Originariamente inviato da optime
select * from (SELECT data FROM archivio ORDER BY data DESC LIMIT 7) t1 ORDER BY data ASC

è questo che vuoi?
E' esattamente quello che volevo, grazie mille!