Skip to content
Advertisement

How to unnest multilevel structs in BigQuery?

I have many tables with different table suffixes in BigQuery where each table has four level structs in each row. I made query to unnest it into flattening table.

It works correct but not very well because it is seems like too long. How can I make it simpler and more effective? Any suggestions. Thank you.

Advertisement

Answer

Did you try query similar to this?

User contributions licensed under: CC BY-SA
8 People found this is helpful
Advertisement