<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Select a random record.</title>
	<atom:link href="http://www.tech-recipes.com/rx/470/select-a-random-record/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tech-recipes.com/rx/470/select-a-random-record/</link>
	<description>Computer and technology tutorials and guides</description>
	<lastBuildDate>Sat, 21 Nov 2009 18:18:34 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Anonymous</title>
		<link>http://www.tech-recipes.com/rx/470/select-a-random-record/comment-page-1/#comment-1160</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Wed, 22 Dec 2004 13:54:15 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-1160</guid>
		<description>THe reason the author did it this way is because its the fastest performance wise. You are right in stating that order by rand() is more compact when speaking about code but this example is all about speed now.</description>
		<content:encoded><![CDATA[<p>THe reason the author did it this way is because its the fastest performance wise. You are right in stating that order by rand() is more compact when speaking about code but this example is all about speed now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://www.tech-recipes.com/rx/470/select-a-random-record/comment-page-1/#comment-1110</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Sat, 04 Dec 2004 14:40:51 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-1110</guid>
		<description>select ... order by rand()</description>
		<content:encoded><![CDATA[<p>select &#8230; order by rand()</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://www.tech-recipes.com/rx/470/select-a-random-record/comment-page-1/#comment-465</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Wed, 25 Aug 2004 21:29:01 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-465</guid>
		<description>&lt;ul id=&quot;quote&quot;&gt;&lt;h6&gt;Anonymous wrote:&lt;/h6&gt;Just a little bit easier:

SELECT cat, dog 
FROM foo 
ORDER BY random()
LIMIT 1;&lt;/ul&gt;</description>
		<content:encoded><![CDATA[<ul id="quote">
<h6>Anonymous wrote:</h6>
<p>Just a little bit easier:</p>
<p>SELECT cat, dog<br />
FROM foo<br />
ORDER BY random()<br />
LIMIT 1;</ul>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chad</title>
		<link>http://www.tech-recipes.com/rx/470/select-a-random-record/comment-page-1/#comment-462</link>
		<dc:creator>Chad</dc:creator>
		<pubDate>Wed, 25 Aug 2004 13:12:51 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-462</guid>
		<description>select  ....   order by random() limit 1</description>
		<content:encoded><![CDATA[<p>select  &#8230;.   order by random() limit 1</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://www.tech-recipes.com/rx/470/select-a-random-record/comment-page-1/#comment-359</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Tue, 10 Aug 2004 06:05:49 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-359</guid>
		<description>Just a little bit easier:

SELECT cat, dog 
FROM foo 
ORDER BY random()
LIMIT 1;</description>
		<content:encoded><![CDATA[<p>Just a little bit easier:</p>
<p>SELECT cat, dog<br />
FROM foo<br />
ORDER BY random()<br />
LIMIT 1;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
