mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-11 08:52:06 +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;
|