select emp_no,salary from salaries where salary=( select distinct salary from salaries order by salary desc limit 1 offset 1 ) order by salary 请问各位大神,这样写可以吗