I have a table in BigQuery which contains a repeated field
I need to get all the rows which have NOT NULL values in that repeated fields.
for example, consider this table schema
{
"name": "STRING",
"age" "NUMBER",
"courses": "REPEATED:STRING"
}
what is the query which gets all the users who have at least 1 NOT NULL course