mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-04 21:42:39 +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;
|