mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-02 12:32:04 +00:00
3 lines
134 B
SQL
3 lines
134 B
SQL
set input_format_json_read_arrays_as_strings = 1;
|
|
select * from format(JSONEachRow, 'arr String', '{"arr" : [1, "Hello", [1,2,3]]}');
|