mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-07 16:14:52 +00:00
97f2a2213e
* Move some code outside dbms/src folder * Fix paths
2 lines
118 B
SQL
2 lines
118 B
SQL
SELECT x, s, z FROM VALUES('x UInt64, s String, z ALIAS concat(toString(x), \': \', s)', (1, 'hello'), (2, 'world'));
|