mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-11 18:14:03 +00:00
2 lines
69 B
MySQL
2 lines
69 B
MySQL
|
SELECT least(4, number, 6), greatest(4, number, 6) FROM numbers(10);
|