Posts by Sérgio J Sousa • 1 point
1 post
-
0
votes1
answer379
viewsA: Cannot access field on a value with type ARRAY
You can try using the command UNNEST. In your example I think it would look something like: SELECT n.pt_BR FROM `source_internal.skills`, UNNEST(name) AS n…