Segunda última identificación más alta en SQL

SELECT * FROM `salary` ORDER BY id DESC LIMIT 1,1;
kinjal suryavanshi