<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2.1" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Working Around ORDER BY RANDOM()</title>
	<link>http://blog.charcoalphile.com/2007/11/05/working-around-order-by-random/</link>
	<description>On Databases, Recovery, Tech</description>
	<pubDate>Tue, 06 Jan 2009 07:50:28 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.1</generator>

	<item>
		<title>By: Ian Eure</title>
		<link>http://blog.charcoalphile.com/2007/11/05/working-around-order-by-random/#comment-160</link>
		<author>Ian Eure</author>
		<pubDate>Fri, 07 Mar 2008 21:21:09 +0000</pubDate>
		<guid>http://blog.charcoalphile.com/2007/11/05/working-around-order-by-random/#comment-160</guid>
		<description>You can also use the pattern:

SELECT * FROM foo LIMIT 1 OFFSET (RAND([1…ROW_COUNT]));</description>
		<content:encoded><![CDATA[<p>You can also use the pattern:</p>
<p>SELECT * FROM foo LIMIT 1 OFFSET (RAND([1…ROW_COUNT]));</p>
]]></content:encoded>
	</item>
</channel>
</rss>
