SyntaxFix
Write A Post
Hire A Developer
Questions
SELECT DISTINCT(salary) FROM emp order by salary asc limit 0 ,3
Above query gives three highest salary with DISTINCT.