ClickHouse/tests/queries/0_stateless/02477_is_null_parser.reference
2022-11-15 20:23:49 +00:00

4 lines
106 B
Plaintext

SELECT (\'a\' IS NULL) + (\'b\' IS NOT NULL)
SELECT (\'a\' IS NULL) = 0
SELECT CAST(1 IS NULL, \'Int32\')