mysql Wybierz losowy identyfikator z tabeli

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