I am trying to form a nested STRUCT type in BigQuery. Facing a syntax error.
Query: select STRUCT > ('ind', 'dev','ind',('ind')) AS dealGeography
Error: Struct field 4 has type literal STRING which does not coerce to STRUCT
Please suggest on how to deal this.
Have attached the schema of this field here. https://i.stack.imgur.com/N8dVj.png