mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-04 21:42:39 +00:00
2 lines
88 B
SQL
2 lines
88 B
SQL
select x from (select dummy as x, dummy + 1 as dummy order by identity(x)) format Null;
|