jsonextractkey
This section contains reference documentation for the JSONEXTRACTKEY function.
Signature
Arguments
Description
Usage Examples
select id, repo, JSONEXTRACTKEY(repo, '$.*') AS keys
from githubEvents
WHERE id = 7044874109id
repo
keys
Was this helpful?

