how we can find nth max salary from an employe table by
using my sql?
Answer Posted / pious deepak
select salary from employee
order by salary desc limit n-1, 1
| Is This Answer Correct ? | 29 Yes | 4 No |
Post New Answer View All Answers
What is mysql url?
Is mysql case-sensitive?
What is mysql server used for?
What are the non-standard sql commands supported by 'mysql'?
How many tables we can create in mysql database?
What is difference between mysql_connect and mysql_pconnect?
How to rename an existing column in a table?
How do I find my mysql username and password?
How to drop an existing table in mysql?
How do you shutdown a mysql database?
What are date and time data types in mysql?
Explain % and _ inside like statement?
Why do we write stored procedures?
Is mysql relational?
How can you plan the logshipping before processing?