Array Element Access ([])
Applies to: ✅ Data 360 SQL ✅ Tableau Hyper API
Returns the element at a specified index position in an array.
<array>: The array to access.<index>: The 1-based position of the element to retrieve.
Returns the value at the specified index position.
- Array indices are 1-based.
- Accessing an index outside the array bounds returns NULL rather than throwing an error.
Retrieve the first element from an array.
Returns 1, the element at index position 1.