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