Selecting a random row in MySQL
Wednesday, February 20th, 2008Selecting a random row from a MySQL table is a pretty common requirement for many web sites/apps but for some reason it remains a bit of a mystery to many people. There are several ways to approach this problem but they all have something in common: the larger the table, ...