You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-08-08 14:22:09 +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')
|
NULLIF(1, 'abcd')
|
||||||
1
|
1
|
||||||
Warnings:
|
Warnings:
|
||||||
Warning 1292 Truncated incorrect DOUBLE value: 'abcd'
|
Warning 1292 Truncated incorrect DECIMAL value: 'abcd'
|
||||||
SELECT a, ISNULL(a) FROM t1;
|
SELECT a, ISNULL(a) FROM t1;
|
||||||
a ISNULL(a)
|
a ISNULL(a)
|
||||||
NULL 1
|
NULL 1
|
||||||
|
Reference in New Issue
Block a user