mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-24 08:32:02 +00:00
Added another test just in case
This commit is contained in:
parent
eb2cffab37
commit
4508876008
@ -0,0 +1,3 @@
|
||||
2 0 leave
|
||||
0 1 delete
|
||||
\N \N leave
|
@ -0,0 +1,5 @@
|
||||
SELECT
|
||||
UserID,
|
||||
UserID = 0,
|
||||
if(UserID = 0, 'delete', 'leave')
|
||||
FROM VALUES('UserID Nullable(UInt8)', (2), (0), (NULL));
|
Loading…
Reference in New Issue
Block a user