how we can find nth max salary from an employe table by
using my sql?
Answer Posted / whatinaname
select max(salary) from employee
order by salary desc limit n-1, 1
| Is This Answer Correct ? | 14 Yes | 2 No |
Post New Answer View All Answers
Is there a free mysql?
What is slow query log in mysql?
In which language mysql has been written?
Why are function needed?
Can you tell how to find the number of rows in a resultset using php?
What is csv?
How to see the create table statement of an existing table?
How do I rename a table in mysql workbench?
What is ibdata1?
What is indexing in mysql?
How can you take the backup and restore a mysql database using php?
what is constraints? Also explain the different types of constraints?
What is the return type of mysqli_query?
Is blocked because of many connection errors unblock with mysqladmin flush hosts?
What is the difference between truncate and delete?