I'm a bit stuck with accessing a value in an object contained in a JSON array. I've tried UNNEST() to no avail. Adding OFFSET or ORDINAL did not work. It threw Array index 0 is out of bounds (overflow)
Here is the query:
SELECT d.dealid, associations.associatedvids FROM hs.deals as d
WHERE associations.associatedvids is not null
Thank you

No matching signature for operator != for argument types: STRUCT<value INT64>, STRING. Supported signatures: ANY != ANY at [2:7]IS NOT NULL does return some rows with [].