mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-18 21:51:57 +00:00
d21fa27379
The library and callers are pretty lightweight, so as tests for JSONExtact, so this should be OK Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
4 lines
92 B
SQL
4 lines
92 B
SQL
|
|
WITH '{"a": "hello", "b": 12345678901234567890}' AS json
|
|
SELECT JSONExtractRaw(json, 'a');
|