-1
I’m trying to pull the spine name.pt_BR
that is inside the column name
but I still don’t understand how to get it specifically in Bigquery.
How to pull this info to give JOIN in another query later?
SELECT name.pt_BR FROM `source_internal.skills`
Returns the error
Cannot access field pt_BR on a value with type ARRAY<STRUCT<pt_BR STRING, en STRING>> at [1:13]
You don’t need to put "solved" in the title. I know it’s common in many forums, but here it works different. Just accept the answer that solved the problem, that is enough to indicate that it has been solved. Or, if it wasn’t the answer you solved, you can answer it yourself: just use the field below (the textarea "Your Answer"), and then mark it as accepted.
– hkotsubo