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

Can we rollback truncate in mysql?

516


What is current version of mysql?

454


In how many ways we can retrieve data in the result set of mysql using php?

613


What is limit in mysql?

440


Can python connect to mysql?

477






What is the use of mysqli_connect in php?

469


How to calculate the difference between two time values?

453


Why is it called mysql?

506


How to set the time zone for MySQL to particular country time?

2720


How do I clear the command in mysql?

491


How to calculate the difference between two dates?

480


What could be the reason that the mysql statement 'select avg (salary) from emp' generates an inaccurate output?

493


What is definer in mysql?

507


How many rows mysql can handle?

502


What is a scalar function?

524