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

