Thread
:
Select a row at random?
View Single Post
#
2
(
permalink
)
04-19-2006, 05:26 AM
ben
Administrator
Join Date: Mar 2007
Posts: 92
MySQL
answer.
Re: Select a row at random?
[sql]
SELECT * FROM some_table ORDER BY RAND() LIMIT 1
[/sql]
ben
View Public Profile
Send a private message to ben
Find all posts by ben