ID tertinggi terakhir kedua di SQL

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