mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
4 lines
168 B
SQL
4 lines
168 B
SQL
select transform(number, [1], [toFloat32(1)], toFloat32(1)) from numbers(3);
|
|
SELECT '---';
|
|
select transform(number, [3], [toFloat32(1)], toFloat32(1)) from numbers(6);
|