MySQL Forums
Forum List  »  Newbie

Re: rand() to randomize rows only once daily
Posted by: nick rulez
Date: January 29, 2010 03:53PM

select * from table order by rand(curdate())

Options: ReplyQuote


Subject
Written By
Posted
Re: rand() to randomize rows only once daily
January 29, 2010 03:53PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.