Filtering on an array field in BigQuery

前端 未结 0 1696
长发绾君心
长发绾君心 2020-12-11 11:54

I have the following query to get data for a movie:

with Movies as (
  select \'Titanic\' as title,
  1997 as year, 
  [\'Drama\',\' Romance\'] as Genres
)
se         


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