ClickHouse/tests/queries/0_stateless/01915_json_extract_raw_string.sql

2 lines
101 B
MySQL
Raw Normal View History

2021-06-18 07:09:04 +00:00
select JSONExtract('{"a": "123", "b": 456, "c": [7, 8, 9]}', 'Tuple(a String, b String, c String)');