codice:
select * from (
select * from tabella order by id desc limit 4) as tab
order by id