mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-11 18:14:03 +00:00
2 lines
60 B
SQL
2 lines
60 B
SQL
SELECT x FROM (SELECT arrayJoin(['Hello', 'Goodbye']) AS x)
|