mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-28 10:31:57 +00:00
4 lines
102 B
MySQL
4 lines
102 B
MySQL
|
SELECT nan ORDER BY 1 WITH FILL;
|
||
|
SELECT -nan ORDER BY 1 WITH FILL;
|
||
|
SELECT 0./0. ORDER BY 1 WITH FILL;
|