mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-05 14:02:21 +00:00
2 lines
76 B
MySQL
2 lines
76 B
MySQL
|
SELECT cast(number, if(1 = 1, 'UInt64', toString(number))) FROM numbers(5);
|