How to Select the Nth highest / lowest value from a table
I am posting this script as lot of my friends have asked about this. They are lot of ways to do this. I am showing you in two best ways.Note:- In ‘N’ place, provide your Nth number you want to findout.How to Select the Nth highest value from a table:-————————————————-select level, max(sal) from scott.empwhere level […]
Recent Comments