Develop merge
Develop merge
This commit is contained in:
9
query_classifier/test/oracle/func_case.test
Normal file
9
query_classifier/test/oracle/func_case.test
Normal file
@ -0,0 +1,9 @@
|
||||
#
|
||||
# Testing CASE and its abbreviations
|
||||
#
|
||||
|
||||
SET sql_mode=ORACLE;
|
||||
|
||||
SELECT NVL(NULL, 'a'), NVL('a', 'b');
|
||||
|
||||
SELECT NVL2(NULL, 'a', 'b'), NVL2('a', 'b', 'c');
|
Reference in New Issue
Block a user