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

è questo che vuoi?