mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-23 16:12:01 +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\')
|