私は例でbigqueryを学んでいます:personsData https://developers.google.com/bigquery/docs/data#nested
この例では、と呼ばれる繰り返しファイルがありchildren
ます。これは、「ジョシュ」と呼ばれる子供と「ジム」と呼ばれる子供を持っている人を見つけるためのクエリを作成することは可能ですか?
次のクエリを試しましたが、結果が返されませんでした。
select fullName from [xxx.xx] where children.name = "Jane" and children.name = "John"