codice:
select * from (
select id, `data`, titolo, left(testo,500) AS testo from tabella order by id desc limit 20) as tab order by rand() limit 1