LEAD function Oracle
LEAD function Oracle
by sqlandplsql
LEAD function used to find next row value within the same table. It is an example of analytical function.
Syntax :-
LEAD(column, context, default) over partition clause
context – number of rows to go forward. Default is 1
default – default value returns. Default is null
Advertising