ClickHouse/tests/queries/0_stateless/00502_string_concat_with_array.sql

2 lines
98 B
MySQL
Raw Normal View History

2017-09-13 19:09:33 +00:00
select a, b || b from (select [number] as a, toString(number) as b from system.numbers limit 2);