ClickHouse/tests/queries/0_stateless/02875_json_array_as_string.sql

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

3 lines
134 B
MySQL
Raw Normal View History

set input_format_json_read_arrays_as_strings = 1;
select * from format(JSONEachRow, 'arr String', '{"arr" : [1, "Hello", [1,2,3]]}');