Back to Playground Home

Extract keys from a JSON field

select json_extract_key(json_field, '$.details.*'),
       json_field
from users