mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-24 08:32:02 +00:00
Update json_functions.md
This commit is contained in:
parent
21a7a53491
commit
12afaf57d4
@ -208,7 +208,7 @@ SELECT JSONExtractRaw('{"a": "hello", "b": [-100, 200.0, 300]}', 'b') = '[-100,
|
||||
|
||||
## JSONExtractArrayRaw(json[, indices_or_keys]...)
|
||||
|
||||
Returns an array with parts of JSON array.
|
||||
Returns an array with elements of JSON array, each represented as unparsed string.
|
||||
|
||||
If the part does not exist or isn't array, an empty array will be returned.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user