mysql sélectionnez ID aléatoire dans la table

-- randomly order, select first 5 rows
select * from `table_name` order by rand() limit 5
inibir