NTH_VALUE
Return the value from the N-th row. This function retrieves the value of an expression from the N-th row within the window frame.
Syntax
NTH_VALUE (expr[, num_row]) OVER (
[ PARTITION BY partition_expression ]
[ ORDER BY order_list ]
)Description
Last updated
Was this helpful?

