<?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"
	>
<channel>
	<title>Comments on: Select random rows from a table in SQL</title>
	<atom:link href="http://sudarmuthu.com/blog/2006/10/06/select-random-rows-from-a-table-in-sql.html/feed" rel="self" type="application/rss+xml" />
	<link>http://sudarmuthu.com/blog/2006/10/06/select-random-rows-from-a-table-in-sql.html</link>
	<description>Collection of Sudar's Night Dreamings....</description>
	<pubDate>Wed, 19 Nov 2008 12:05:51 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>By: Sudar</title>
		<link>http://sudarmuthu.com/blog/2006/10/06/select-random-rows-from-a-table-in-sql.html#comment-3467</link>
		<dc:creator>Sudar</dc:creator>
		<pubDate>Sun, 15 Oct 2006 06:13:38 +0000</pubDate>
		<guid isPermaLink="false">http://sudarmuthu.com/blog/2006/10/06/select-random-rows-from-a-table-in-sql.html#comment-3467</guid>
		<description>Hi Aswin,

Will include this one also.

Cheers,
Sudar</description>
		<content:encoded><![CDATA[<p>Hi Aswin,</p>
<p>Will include this one also.</p>
<p>Cheers,<br />
Sudar</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aswin Anand</title>
		<link>http://sudarmuthu.com/blog/2006/10/06/select-random-rows-from-a-table-in-sql.html#comment-3465</link>
		<dc:creator>Aswin Anand</dc:creator>
		<pubDate>Sat, 14 Oct 2006 19:16:36 +0000</pubDate>
		<guid isPermaLink="false">http://sudarmuthu.com/blog/2006/10/06/select-random-rows-from-a-table-in-sql.html#comment-3465</guid>
		<description>In MySQL you can do the same like

SELECT col1, col2 FROM tblname ORDER BY RAND()</description>
		<content:encoded><![CDATA[<p>In MySQL you can do the same like</p>
<p>SELECT col1, col2 FROM tblname ORDER BY RAND()</p>
]]></content:encoded>
	</item>
</channel>
</rss>
