FIRST_VALUE¶
FIRST_VALUE(COLUMN_EXPRESSION)
Select the first value in the window or NULL
if the window
is empty. Supported on all non-semi-structured types.
FIRST_VALUE(COLUMN_EXPRESSION)
Select the first value in the window or NULL
if the window
is empty. Supported on all non-semi-structured types.