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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

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