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