JSONB_OBJECT_KEYS
Extract keys from JSON object.
Category: Struct/JSON Functions
Syntax
JSONB_OBJECT_KEYS(json)Arguments
- json
varcharMust be text that parses as a JSON object; other input is rejected at execution.
Returns
ARRAYARRAY<VARIANT>.
Extract keys from JSON object.
Category: Struct/JSON Functions
JSONB_OBJECT_KEYS(json)varchar
Must be text that parses as a JSON object; other input is rejected at execution.ARRAYARRAY<VARIANT>.