how we can find nth max salary from an employe table by
using my sql?
Answer Posted / jithu
Another way is::
SELECT sal FROM sal a WHERE n = ( SELECT count(*) FROM sal
b WHERE b.sal < a.sal)
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
How do I edit a trigger in mysql?
Is number a datatype in mysql?
What is a heap table?
Write command to import an mysql file?
Can you tell the difference between ereg_replace() and eregi_replace()?
Why mysql is so popular?
What are the 'mysql' command line arguments?
How to use rank function in mysql?
What is a procedure example?
What is orm in mysql?
How do you say mysql?
What is insert query in mysql?
What is heap table?
What is acid in mysql?
What is default schema in mysql?