ClickHouse/tests/queries/0_stateless/00007_array.sql

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

4 lines
71 B
MySQL
Raw Normal View History

2018-07-27 17:19:22 +00:00
SELECT ['Hello', 'Goodbye'];
SELECT ['Hello'], ['Goodbye'];
SELECT [];