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
94 B
Plaintext
Raw Normal View History

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