How to Join Array of struct on table1 with normal column of table 2 in BigQuery

前端 未结 0 643
天涯浪人
天涯浪人 2021-01-18 09:30

Tabel1 and Table 2

select p.id,q.description from table1 p join table2 q on q.control_number in unnest(p.results.control_number)

When I process this I\'m getti

相关标签:
回答
  • 消灭零回复
提交回复
热议问题