FunctionsJSON
json_path_query_first
Evaluates a SQL/JSON path expression against a JSON document. Returns the first path match (or NULL if there is no match).
json_path_query_first(…) → JSONKind · scalar
Evaluates a SQL/JSON path expression against a JSON document. Returns the first path match (or NULL if there is no match).
Part of the JSON family.
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…
json_path_query_first_tz
Evaluates a SQL/JSON path expression against a JSON document. Returns the first path match (or NULL if there is no match). Time-zone-aware variants use an explicit time zone when interpreting tempo…