Skip to content
Advertisement

Filter country using a JOIN in BigQuery

In a scheduled query in BQ, I am trying to filter countries using an external Google Sheet (already made a table). The query already has a join from two other tables. I would like to enter a SELECT clause in the WHERE statement.

I keep getting errors. Any tips as to where I am going wrong? Expected output would be table 1 with the filtered countries from table b. Thank you in advance.

Advertisement

Answer

in your query you have to use in

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