How to find out the second largest element from mysql table
Answer Posted / harish varma
SELECT salary
FROM employees
ORDER BY salary DESC
LIMIT 2,1
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How many columns can a mysql table have?
What are the different mysql database engines?
What is latest version of mysql?
What does innodb stand for?
How we can see all indexes defined for a table in mysql?
How do I stop a mysql command?
How large can a mysql table be?
What do you need to connect php to mysql?
What is the current version of mysql?
What is the query to display top 20 rows?
How is oracle different from mysql?
What is the difference between float and double?
How triggers can be used in mysql?
How to represent ENUMs and SETs internally?
Is mysql running ubuntu?