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