<?xml version="1.0" encoding="iso-8859-1"?>

<rdf:RDF 
	xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns="http://purl.org/rss/1.0/"
>
		
	<channel rdf:about="http://www.dougboude.com/blog">
	<title>Doug Boude (rhymes with &apos;loud&apos;)</title>
	<description>Powered by BlogCFM</description>
	<link>http://www.dougboude.com/blog</link>
	
	<items>
		<rdf:Seq>
			
			<rdf:li rdf:resource="http://www.dougboude.com/blog/1/2006/06/Equivalent-of-SQL-TOP-X-in-Oracle.cfm" />
			
		</rdf:Seq>
	</items>
	
	</channel>
		
  	<item rdf:about="http://www.dougboude.com/blog/1/2006/06/Equivalent-of-SQL-TOP-X-in-Oracle.cfm">
	<title>Equivalent of SQL &quot;TOP X&quot; in Oracle</title>
	<description>&lt;font face=&quot;Comic Sans MS&quot; size=&quot;2&quot;&gt;A friend asked me a good question, so thought I&apos;d share it and the answer for whomever it may help in the future.&lt;br /&gt;&lt;br /&gt;Q:&amp;nbsp; What is the equivalent of the SQL statement &amp;quot;&lt;b&gt;SELECT TOP 10 * FROM myTable&lt;/b&gt;&amp;quot; in Oracle?&lt;br /&gt;&lt;br /&gt;A:&amp;nbsp; &lt;b&gt;SELECT * FROM myTable WHERE ROWNUM &amp;lt; 11&lt;/b&gt;&lt;/font&gt;</description>
	<link>http://www.dougboude.com/blog/1/2006/06/Equivalent-of-SQL-TOP-X-in-Oracle.cfm</link>
	<dc:date>2006-06-24T02:06:00-05:00</dc:date>
	
	<dc:subject>SQL, ORACLE,goog, code snippets</dc:subject>
	</item>
	</rdf:RDF> 