You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-30 19:23:07 +03:00
Update mcs171_null_functions.result
This commit is contained in:
committed by
GitHub
parent
a7cf88f2a5
commit
5437ab0941
@ -39,8 +39,6 @@ abc
|
||||
SELECT NULLIF(1, 'abcd');
|
||||
NULLIF(1, 'abcd')
|
||||
1
|
||||
Warnings:
|
||||
Warning 1292 Truncated incorrect DOUBLE value: 'abcd'
|
||||
SELECT a, ISNULL(a) FROM t1;
|
||||
a ISNULL(a)
|
||||
NULL 1
|
||||
|
Reference in New Issue
Block a user