Value before MAX
Hi,
I want to get a result like below example..
Say there are several values for a given user id.
Say user id 1 have values 1255 , 1289 , 1356 , 2050
I want to get the value just before MAX value. in above case i want result as 1356.
Is there anyway to do that in Oracle?
Thanks!!
Pubudu