MXS-1196: Add Oracle specific tests
Copied from .../server/mysql-test/suite/compat/oracle/t Will be used as a baseline and edited as needed.
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