I have array field as give below in a column call emailed_user
[[email protected],[email protected],[email protected],[email protected]]
I want to find number of element in the array.
I have written the code for the above ARRAY_LENGTH(SPLIT(emailed_users),",") as Number_of_items2
I am getting error No matching signature for function SPLIT for argument types: ARRAY. Supported signatures: SPLIT(STRING, [STRING]); SPLIT(BYTES, BYTES) Could you please help me. Answer can be given in standardsql I am using Googlesql