mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-04 21:42:39 +00:00
2 lines
69 B
MySQL
2 lines
69 B
MySQL
|
SELECT least(4, number, 6), greatest(4, number, 6) FROM numbers(10);
|