I need to make an appointment that returns the top 3 salaries of public employees, by state. example that should return:
fulano 850 RJ
ciclano 800 RJ
beltrano 700 RJ
joao 1000 SP
maria 900 SP
pedro 200 SP
I used MAX
in salary and grouped by state, however, only the highest salaries of each state appear.
If anyone knows, please help me.