DB
FunctionsWindow

nth_value

Returns the value of an expression from the nth row of the current window frame. If n is out of range, returns NULL.

nth_value(…) → Dynamic

Kind · window

Returns the value of an expression from the nth row of the current window frame. If n is out of range, returns NULL.

Part of the Window family.