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