Zweites letzte höchste ID in SQL

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