MySQL Forums
Forum List  »  General

Re: How to select a random post with PHP+MySQL
Posted by: Peter Brawley
Date: June 02, 2016 07:34PM

One way: select ... order by rand() limit 1;

Options: ReplyQuote


Subject
Written By
Posted
Re: How to select a random post with PHP+MySQL
June 02, 2016 07:34PM


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.