How to find out the second largest element from mysql table

Answer Posted / ved prakash bishnoi

select salary from tableName group by salary order by
salary limit 2,1

Is This Answer Correct ?    10 Yes 10 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to list or view all databases from the mysql server.

613


Can you tell which of the following where clauses is faster?

524


How do I declare a variable in mysql?

570


How do I copy a table in mysql workbench?

532


How is data stored in mysql?

579






Explain the difference between primary key and candidate key in mysql?

594


What happens if you no create privilege in a database?

654


What is heap table in mysql?

586


How to check if value already exists in mysql database in php?

520


What is triggers and how it can be used in mysql?

599


What is memory table?

577


What sql does mysql use?

572


What is key in mysql?

581


What is an example of a delimiter?

588


Can we store files in mysql?

561