DB
FunctionsJSON

json_path_query_tz

Evaluates a SQL/JSON path expression against a JSON document. Returns the JSON value(s) matched by the path as a JSON result. Time-zone-aware variants use an explicit time zone when interpreting te…

json_path_query_tz(…) → JSON

Kind · scalar

Evaluates a SQL/JSON path expression against a JSON document. Returns the JSON value(s) matched by the path as a JSON result. Time-zone-aware variants use an explicit time zone when interpreting temporal literals or casts inside the path expression.

Part of the JSON family.