I would like to understand the principle of how to update a BigQuery Nested table.
For example, with have a table:
ID GROSS OL.ID OL.GROSS PL.ID PL.GROSS
1 100 12 200 34 454
34 465 56 5667
67 7876
And I would like to update the gross value for the main, OL. and PL. to any other value
What is the way to do it?