1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-07-29 08:21:15 +03:00

MCOL-5992: fix NULLIF if first param is NULL

This commit is contained in:
Leonid Fedorov
2025-03-27 14:43:50 +00:00
committed by Leonid Fedorov
parent 16904ab97d
commit 1fdeb740c9
4 changed files with 78 additions and 1 deletions

View File

@ -97,7 +97,7 @@ c NULL
d d
SELECT b, NULLIF(b, 15) FROM t1;
b NULLIF(b, 15)
NULL -2147483648
NULL NULL
12 12
13 13
14 14