Relative Content

Tag Archive for google-bigquery

SELECT AS STRUCT, SOA

I know there is the SELECT AS STRUCT construction in BigQuery, but wouldn’t the following do the exact same thing? Or does the AS STRUCT construction give any additional benefits?

How to BigQuery json “struct” to rows?

I have a table with extracted currency exchange rates refreshing every day. It’s schema is Date_field / JSON_field
I need to “unnest” the json to be able to use it further with BigQuery sql as far as I believe.