~jk ORDER BY RAND()
- saved on
-
- uri:
-
http://jan.kneschke.de/2007/2/15/order-by-rand
This link is now broken.
- about:
- If you read the MySQL manual you might have seen the ORDER BY RAND() to randomize the the rows and using the LIMIT 1 to just take one of the rows.