<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Comments on snippet: 'Test PL/SQL syntax highlighting'</title>
<link>http://snipplr.com</link>
<description>Snipplr comments feed'</description>
<language>en-us</language>
<pubDate>Fri, 09 Jan 2009 06:17:07 GMT</pubDate>
<item>
<title>inventorstechnologies said on 12/24/08</title>
<link>http://snipplr.com/view/8453/test-plsql-syntax-highlighting/</link>
<description><![CDATA[ To get second max sal in a table :

select max(sal) from tt where sal ]]></description>
<pubDate>Wed, 24 Dec 2008 01:54:29 GMT</pubDate>
<guid>http://snipplr.com/view/8453/test-plsql-syntax-highlighting/</guid>
</item>
<item>
<title>inventorstechnologies said on 12/24/08</title>
<link>http://snipplr.com/view/8453/test-plsql-syntax-highlighting/</link>
<description><![CDATA[ To get last row in a table :

 select * from tt where rowid = (select max(rowid) from tt);


http://www.inventorstechnologies.com ]]></description>
<pubDate>Wed, 24 Dec 2008 01:53:39 GMT</pubDate>
<guid>http://snipplr.com/view/8453/test-plsql-syntax-highlighting/</guid>
</item>
<item>
<title>inventorstechnologies said on 12/24/08</title>
<link>http://snipplr.com/view/8453/test-plsql-syntax-highlighting/</link>
<description><![CDATA[ To get n th row in a table :


   select * from tt a where &amp;n = (select count(rowid) from tt where rowid ]]></description>
<pubDate>Wed, 24 Dec 2008 01:52:48 GMT</pubDate>
<guid>http://snipplr.com/view/8453/test-plsql-syntax-highlighting/</guid>
</item>
</channel>
</rss>