codice:
select * from (
select * from tabella
order by id desc limit 20) as tab order by rand() limit 1