Questions tagged [unnest]

unnest, a feature within the tidyr software suite, serves as a tool to unpack and expand various list columns.

Querying a JSON field in BigQuery yields empty results

Once more, I am struggling with my SQL query on a JSON field in bigquery. This JSON data can be found at this link - The specific record I am working with has an id of 1675816490 Here is the SQL statement I am using: SELECT ##JSON_EXTRACT(jso ...

Invalid parameters passed to JSON_TABLE

I need to extract json data from a row in one of my tables and programmatically select it into another table. Currently, I am only able to do this when I manually provide the raw json data. Here is what I have done so far: SELECT attribute_name, a ...