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