mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-24 08:32:02 +00:00
2 lines
76 B
SQL
2 lines
76 B
SQL
SELECT cast(number, if(1 = 1, 'UInt64', toString(number))) FROM numbers(5);
|