FunctionsJSON
json_path_query_array
Evaluates a SQL/JSON path expression against a JSON document. Returns all path matches collected into a JSON array.
json_path_query_array(…) → JSONKind · scalar
Evaluates a SQL/JSON path expression against a JSON document. Returns all path matches collected into a JSON array.
Part of the JSON family.
json_path_query
Evaluates a SQL/JSON path expression against a JSON document. Returns the JSON value(s) matched by the path as a JSON result.
json_path_query_array_tz
Evaluates a SQL/JSON path expression against a JSON document. Returns all path matches collected into a JSON array. Time-zone-aware variants use an explicit time zone when interpreting temporal lit…