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 can we convert between Unix & MySQL timestamps?
What is mysqlcheck do?
What are the method you will follow while sql installing
Create table employee (eno int(2),ename varchar(10)) ?
How do stored procedures work?
what is database white box testing? : Mysql dba
Is mysql still relevant?
What is mysql optimization?
List the different types of normalization?
What is delimiter in mysql?
How do I connect to mysql database?
How you will Show unique records.
How do I completely remove mysql from windows?
How do I disconnect mysql workbench?
What does mysql_query return?