ClickHouse/tests/queries/0_stateless/02268_json_maps_and_objects.sql
2022-04-14 11:52:32 +02:00

4 lines
240 B
SQL

-- Tags: no-fasttest
desc format(JSONEachRow, '{"x" : {"a" : "Some string"}}, {"x" : {"b" : [1, 2, 3]}}, {"x" : {"c" : {"d" : 10}}}');
desc format(JSONEachRow, '{"x" : {"a" : "Some string"}}, {"x" : {"b" : [1, 2, 3], "c" : {"42" : 42}}}');