mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-13 02:53:38 +00:00
5 lines
113 B
SQL
5 lines
113 B
SQL
-- Tags: no-fasttest
|
|
|
|
WITH '{"a": "hello", "b": 12345678901234567890}' AS json
|
|
SELECT JSONExtractRaw(json, 'a');
|