mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-28 18:42:26 +00:00
3 lines
84 B
MySQL
3 lines
84 B
MySQL
|
select * from values([1, 2.2]);
|
||
|
select * from values([[1, 2, 3], [1.1, 2.2, 3.3]]);
|