Returns the nth element of a given column
NTH( column, index)
column
index
NTH() and INDEX() are aliases of each other.
Input
Description
Column of any type
Index of element to return. Index of 1 returns the first element. index must be within the length of column, otherwise returns an error.
Element within column defined by index
Last updated 4 years ago
Was this helpful?