I have the database in MySQL like this
id employee_id salary
1 1 10000
2 2 20000
3 3 10000
4 4 40000
5 5 30000
I want to select the maximum two salary by using LIMIT.So how to select that?