mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-03 13:02:00 +00:00
4 lines
94 B
Plaintext
4 lines
94 B
Plaintext
SELECT ((1 IS NULL) + 1) IS NOT NULL
|
|
SELECT (1 IS NULL) = 0
|
|
SELECT CAST(1 IS NULL, \'Int32\')
|