Find the second highest salary from salary table in mysql
SELECT max(salary) FROM `employee` WHERE salary < (select max(salary) from employee )
Magento, OpenCart, Joomla, wordpress, PHPBB, Core PHP, jQuery, Javascript professional elancer.
Home » Posts filed under How to select 2nd highest salary from MySQL table