ClickHouse/tests/queries/0_stateless/03018_analyzer_greater_null.sql

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

5 lines
89 B
MySQL
Raw Normal View History

2024-03-21 18:02:46 +00:00
SELECT
max(NULL > 255) > NULL AS a,
count(NULL > 1.) > 1048577
FROM numbers(10);