You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-29 08:21:15 +03:00
Update mcs171_null_functions.test
This commit is contained in:
committed by
GitHub
parent
115c9db5e2
commit
a7cf88f2a5
@ -25,8 +25,9 @@ SELECT ISNULL(1);
|
||||
SELECT ISNULL('a');
|
||||
SELECT NULLIF(1, 1);
|
||||
SELECT NULLIF('abc', 'a');
|
||||
--disable_warnings
|
||||
SELECT NULLIF(1, 'abcd');
|
||||
|
||||
--enable_warnings
|
||||
SELECT a, ISNULL(a) FROM t1;
|
||||
SELECT b, ISNULL(b) FROM t1;
|
||||
SELECT c, ISNULL(c) FROM t1;
|
||||
|
Reference in New Issue
Block a user