SELECT DISTINCT(salary) FROM employee order by salary desc limit 1 , 1 ;
How to search second maximum(second highest) salary value(integer)from table employee (field salary)in the manner so that mysql gets less load? Chris Anderson 2321 17 Sep 2011
Can you answer this question?
Write Answer1 Answers