How to find out the second largest element from mysql table
Answer Posted / nikhil mishra
SELECT Salary FROM tablename order by Salary desc limit 1,1
| Is This Answer Correct ? | 24 Yes | 11 No |
Post New Answer View All Answers
How do I create a schema in mysql?
How many sql ddl commands are supported by 'mysql'?
what is the difference between the nvl function, ifnull function, and the isnull function? : Mysql dba
How we can see all indexes defined for a table in mysql?
What are the critical issues you have resolved in your company
What is ddl, dml, and dcl?
How many primary keys can be there in a table?
How do you restart mysql?
What are views in mysql?
How do I delete a row in mysql?
How do I stop a mysql command?
Which storage engine is best in mysql?
What is max connection in mysql?
How do I start mysql?
What are the other commands to know the structure of a table using mysql commands except explain command?