codice:
select * from (
SELECT * FROM feedback WHERE flag_visibile = 1 ORDER BY pk_feedback DESC LIMIT 5 ) as tab
order by rand() limit 1