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