NVL2()
function with character data type exampleThe following example returns the second argument which is the ABC string because the first argument is not null.
1 2 3 4 | SELECT NVL2 (1, 'ABC' , 'XYZ' ) FROM dual; |
NVL2()
function with character data type exampleThe following example returns the second argument which is the ABC string because the first argument is not null.
NVL2()
function with character data type exampleThe following example returns the second argument which is the ABC string because the first argument is not null.
1 2 3 4 | SELECT NVL2 (1, 'ABC' , 'XYZ' ) 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 |