How to find second highest salary

Answer Posted / jaimin desai

Select MAX(Salary) from tbl
order by salary DESC limit 1,1

Is This Answer Correct ?    1 Yes 7 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between md5(), crc32() and sha1() crypto on php?

613


Can php run on windows server?

520


What is api laravel?

528


What is magic quotes?

601


What is php array function?

539






"mysql_fetch_row — Get a result row as an enumerated array",this sentence comes from the PHP offical manual.However ,i can not understand the words "enumerated array".I need some help.Thanks a lot to everyone that reply.

1526


Is php difficult to learn?

509


What are arguments in php?

558


How to get the IP address of the client/user in PHP?

517


What is php and what does it do?

539


Explain Whitespace Characters?

581


When sessions ends?

555


Which function gives us the number of affected entries by a query?

515


Does session expire on closing browser?

487


Is it possible to extend the execution time of a php script?

493