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