NVL2()
function with numeric data type exampleThe following statement returns two because the first argument is null.
1 2 3 4 | SELECT NVL2 ( NULL , 1, 2) -- 2 FROM dual; |
NVL2()
function with numeric data type exampleThe following statement returns two because the first argument is null.
NVL2()
function with numeric data type exampleThe following statement returns two because the first argument is null.
1 2 3 4 | SELECT NVL2 ( NULL , 1, 2) -- 2 FROM dual; |
status | not learned | measured difficulty | 37% [default] | last interval [days] | |||
---|---|---|---|---|---|---|---|
repetition number in this series | 0 | memorised on | scheduled repetition | ||||
scheduled repetition interval | last repetition or drill |