You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-08-01 06:46:55 +03:00
Update mcs171_null_functions.result
This commit is contained in:
committed by
GitHub
parent
ac30377c9b
commit
4873fd5fd3
@ -40,7 +40,7 @@ SELECT NULLIF(1, 'abcd');
|
||||
NULLIF(1, 'abcd')
|
||||
1
|
||||
Warnings:
|
||||
Warning 1292 Truncated incorrect DOUBLE value: 'abcd'
|
||||
Warning 1292 Truncated incorrect DECIMAL value: 'abcd'
|
||||
SELECT a, ISNULL(a) FROM t1;
|
||||
a ISNULL(a)
|
||||
NULL 1
|
||||
|
Reference in New Issue
Block a user