JSON_EXTRACT_BIGINT
Overview
Extracts a value from a JSON object by path and returns it as BIGINT. Returns NULL if the path does not exist or the value is null.
Syntax
Parameters
<json>: JSON type, the source data. Strings must first be converted usingPARSE_JSON.<path>: STRING type, a JSONPath expression such as'$.field'.
Examples
Related Documentation
- JSON_EXTRACT_INT, JSON_EXTRACT_DOUBLE, JSON_EXTRACT_STRING
- GET_JSON_OBJECT — general-purpose function that extracts values as strings
- PARSE_JSON
