Connecting Tech Pros Worldwide Help | Site Map

how to find the seventh largest number in a column

karthickkuchanur's Avatar
Familiar Sight
 
Join Date: Dec 2007
Posts: 135
#1: Sep 22 '08
how to find the seventh largest number in a column
for example
1,2,3,4,5,6,7
debasisdas's Avatar
Moderator
 
Join Date: Dec 2006
Location: Bangalore ,India
Posts: 7,500
#2: Sep 22 '08

re: how to find the seventh largest number in a column


try to use rownum after sorting the column.
Reply