mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-02 20:42: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;
|