News Feed
Jobs Feed
Sections




News Archive
Zend Developer Zone:
Fetching multiple random rows from a database
May 06, 2009 @ 11:17:03

On the Zend Developer Zone, a recently posted tutorial looks at fetching multiple random rows from a database table (in a MySQL database).

As a follow up to my earlier article about fetching a single random row from MySQL I will tell you today, how you can fetch multiple random rows from a table without any hassle. Compared to the solution with fetching a single random row, fetching multiple random rows requires some tricks.

The tutorial walks you through the creation of some sample tables, making a simple trigger to keep a "random ID" column in a value range of one to the number of rows (gapless) and a bit of PHP code to select some IDs from the table and the SQL to get their information.

Be sure to check out the comments for mentions of the number of table reads and how optimized certain parts of the queries might be.

0 comments voice your opinion now!
mysql random gapless trigger row multiple database


blog comments powered by Disqus

Similar Posts

ProDevTips.com: MySQL replication in PHP - on the same machine

Tim Koschuetzki's Blog: How to put Combined Fields Into CakePHP's Model->generateList()

Nick Halstead's Blog: How to make AuctionAd$ dynamic with PHP

ParanoidFerret.com: Using Flex, PHP, and JSON to Modify a MySQL Database

Nick Halstead's Blog: How to make AuctionAd$ dynamic with PHP


Community Events











Don't see your event here?
Let us know!


functional introduction language example opinion series application unittest framework phpunit code podcast community conference interview testing development tool release zendframework2

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework