<?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: 3 Useful SQL*Plus Tips</title>
	<atom:link href="http://awads.net/wp/2007/03/25/3-useful-sqlplus-tips/feed/" rel="self" type="application/rss+xml" />
	<link>http://awads.net/wp/2007/03/25/3-useful-sqlplus-tips/</link>
	<description>News, views, tips and tricks on Oracle and other fun stuff</description>
	<pubDate>Wed, 20 Aug 2008 17:49:36 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
		<item>
		<title>By: Fahd Mirza</title>
		<link>http://awads.net/wp/2007/03/25/3-useful-sqlplus-tips/#comment-50445</link>
		<dc:creator>Fahd Mirza</dc:creator>
		<pubDate>Tue, 27 Mar 2007 06:55:36 +0000</pubDate>
		<guid isPermaLink="false">http://awads.net/wp/2007/03/25/3-useful-sqlplus-tips/#comment-50445</guid>
		<description>&lt;p&gt;Thanks for the tips.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thanks for the tips.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eddie Awad</title>
		<link>http://awads.net/wp/2007/03/25/3-useful-sqlplus-tips/#comment-50440</link>
		<dc:creator>Eddie Awad</dc:creator>
		<pubDate>Mon, 26 Mar 2007 19:48:03 +0000</pubDate>
		<guid isPermaLink="false">http://awads.net/wp/2007/03/25/3-useful-sqlplus-tips/#comment-50440</guid>
		<description>&lt;p&gt;John, you may also want to take a look at &lt;a href="http://snipurl.com/19937" rel="nofollow"&gt;REGEXP_REPLACE&lt;/a&gt;, it is powerful and can be very helpful.&lt;/p&gt;

&lt;p&gt;As I understand it, the idea behind the Q- quoting mechanism is to minimize confusion and maximize readability when dealing with string literals that may have lots of single-quoting in them. The Q- quoting mechanism was only introduced in 10gR2. So, &lt;a href="http://awads.net/wp/2006/05/09/whats-new-is-important/" rel="nofollow"&gt;whatâ€™s new is important&lt;/a&gt;.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>John, you may also want to take a look at <a href="http://snipurl.com/19937" rel="nofollow">REGEXP_REPLACE</a>, it is powerful and can be very helpful.</p>
<p>As I understand it, the idea behind the Q- quoting mechanism is to minimize confusion and maximize readability when dealing with string literals that may have lots of single-quoting in them. The Q- quoting mechanism was only introduced in 10gR2. So, <a href="http://awads.net/wp/2006/05/09/whats-new-is-important/" rel="nofollow">whatâ€™s new is important</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Flack</title>
		<link>http://awads.net/wp/2007/03/25/3-useful-sqlplus-tips/#comment-50438</link>
		<dc:creator>John Flack</dc:creator>
		<pubDate>Mon, 26 Mar 2007 14:05:05 +0000</pubDate>
		<guid isPermaLink="false">http://awads.net/wp/2007/03/25/3-useful-sqlplus-tips/#comment-50438</guid>
		<description>&lt;p&gt;I'd never seen the Q quoting mechanism, thanks for pointing it out.  I've written some generators and gotten SO confused quoting quotes.  I wrote some helper functions - one, oddly enough, is called Q, and simply puts single quotes around any string.  So instead of: 'title:=''My Title'';'  I write 'title:='&#124;&#124;q('My Title')&#124;&#124;';'  This looks more complicated in the example, but when you have lots of this stuff, it winds up more readable.  I also use REPLACE a lot.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I&#8217;d never seen the Q quoting mechanism, thanks for pointing it out.  I&#8217;ve written some generators and gotten SO confused quoting quotes.  I wrote some helper functions - one, oddly enough, is called Q, and simply puts single quotes around any string.  So instead of: &#8216;title:=&#8221;My Title&#8221;;&#8217;  I write &#8216;title:=&#8217;||q(&#8217;My Title&#8217;)||&#8217;;&#8217;  This looks more complicated in the example, but when you have lots of this stuff, it winds up more readable.  I also use REPLACE a lot.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
