mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 23:52:03 +00:00
5 lines
89 B
SQL
5 lines
89 B
SQL
SELECT
|
|
max(NULL > 255) > NULL AS a,
|
|
count(NULL > 1.) > 1048577
|
|
FROM numbers(10);
|