Twitsnip is a place to post code snippets and share them. Login with your existing Twitter account, if you don't have a Twitter account simply create on at www.twitter.com

Pull random rows from a database

Pull random rows from a database

0

Use RAND() to randomly pull rows from a database.

SELECT * FROM table ORDER BY RAND()

Tags: rand, random, rows

Comments

No comments yet

Login to Twitter to comment