MySQL Wählen Sie zufällige ID aus der Tabelle aus

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