ClickHouse/tests/queries/0_stateless/01486_jsonarray_output.sql
Alexander Kuzmenkov 2bd6584636 JSONArray fixes
2020-11-17 21:33:54 +03:00

4 lines
161 B
SQL

select number a, number * 2 b from numbers(3) format JSONArray;
select * from numbers(1) format JSONArray;
select * from numbers(1) where null format JSONArray;