I am unable to select a column named: event_params.value.string_value
Here's my code:
SELECT
DISTINCT (event_params.value.string_value)
FROM
`data-22.events_20200914`
My error:
Cannot access field value on a value with type ARRAY<STRUCT<key STRING, value STRUCT<string_value STRING, int_value INT64, float_value FLOAT64, ...>>> at [2:26]