mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-27 18:12:02 +00:00
2 lines
77 B
SQL
2 lines
77 B
SQL
SELECT number FROM numbers(3) GROUP BY (number, number % 2) ORDER BY number;
|