LEAD function Oracle

Published on by LakshmiSaahul,Dhana Royal

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
To be informed of the latest articles, subscribe:
Comment on this post