Tag Archives: query

Selecting a random row from a table in mysql 9

I have come across more than one instance when I had to select a random record from a table in a MySQL database. Here is how to do it.