ClickHouse/tests/queries/0_stateless/02477_is_null_parser.reference

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

4 lines
106 B
Plaintext
Raw Normal View History

2022-11-15 20:23:49 +00:00
SELECT (\'a\' IS NULL) + (\'b\' IS NOT NULL)
SELECT (\'a\' IS NULL) = 0
SELECT CAST(1 IS NULL, \'Int32\')