SQL Reference
STRUCT_INDEXOF
struct_indexof(struct, ‘entry’)
Section titled “struct_indexof(struct, ‘entry’)”- struct: STRUCT
- ‘entry’: ANY
Example
Section titled “Example”SELECT struct_indexof(ROW(3, 3, 0), 3);SQL Reference
SELECT struct_indexof(ROW(3, 3, 0), 3);