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