mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-26 01:22:04 +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;
|