An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
I need to implement oracle Lead and Lag functions. Basically I want to check the values in the previous and next row and use them in if else statements.
you can use the Lag operator from Series extension for this.
~Martin