ClickHouse/dbms/tests/queries/0_stateless/00978_table_function_values_alias.sql
Alexey Milovidov 6de3939a3d Added a test
2019-08-01 05:08:44 +03:00

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'));