<?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: How to escape single quotes in strings</title>
	<atom:link href="http://oraqa.com/2006/03/20/how-to-escape-single-quotes-in-strings/feed/" rel="self" type="application/rss+xml" />
	<link>http://oraqa.com/2006/03/20/how-to-escape-single-quotes-in-strings/</link>
	<description>Oracle Question and Answer</description>
	<pubDate>Mon, 06 Oct 2008 14:03:32 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
		<item>
		<title>By: austrin</title>
		<link>http://oraqa.com/2006/03/20/how-to-escape-single-quotes-in-strings/#comment-168</link>
		<dc:creator>austrin</dc:creator>
		<pubDate>Tue, 21 Mar 2006 19:15:56 +0000</pubDate>
		<guid isPermaLink="false">http://oraqa.com/2006/03/20/how-to-escape-single-quotes-in-strings/#comment-168</guid>
		<description>The alternative quoting mechanism introduced with 10g should be mentioned as well.
e.g. (i hope this example gets formatted right):
&lt;pre&gt;
q'(name LIKE '%DBMS_%%')'
q''
&lt;/pre&gt;
A link to the documentation: 
&lt;a href="http://download-uk.oracle.com/docs/cd/B19306_01/appdev.102/b14251/adfns_sqltypes.htm#sthref378" title="Link to 10gR2 Documentation" rel="nofollow"&gt; http://download-uk.oracle.com/docs/cd/B19306_01/appdev.102/b14251/adfns_sqltypes.htm#sthref378 &lt;/a&gt; 

BR,
Martin</description>
		<content:encoded><![CDATA[<p>The alternative quoting mechanism introduced with 10g should be mentioned as well.<br />
e.g. (i hope this example gets formatted right):</p>
<pre>
q'(name LIKE '%DBMS_%%')'
q''
</pre>
<p>A link to the documentation:<br />
<a href="http://download-uk.oracle.com/docs/cd/B19306_01/appdev.102/b14251/adfns_sqltypes.htm#sthref378" title="Link to 10gR2 Documentation" rel="nofollow"> </a><a href="http://download-uk.oracle.com/docs/cd/B19306_01/appdev.102/b14251/adfns_sqltypes.htm#sthref378" rel="nofollow">http://download-uk.oracle.com/docs/cd/B19306_01/appdev.102/b14251/adfns_sqltypes.htm#sthref378</a>  </p>
<p>BR,<br />
Martin</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TMoore</title>
		<link>http://oraqa.com/2006/03/20/how-to-escape-single-quotes-in-strings/#comment-167</link>
		<dc:creator>TMoore</dc:creator>
		<pubDate>Tue, 21 Mar 2006 11:33:34 +0000</pubDate>
		<guid isPermaLink="false">http://oraqa.com/2006/03/20/how-to-escape-single-quotes-in-strings/#comment-167</guid>
		<description>You can also put:

&lt;pre&gt;SELECT 'alan'&#124;&#124;chr(39)&#124;&#124;'s database' FROM Dual&lt;/pre&gt;

chr( ) take chance to write any character</description>
		<content:encoded><![CDATA[<p>You can also put:</p>
<pre>SELECT 'alan'||chr(39)||'s database' FROM Dual</pre>
<p>chr( ) take chance to write any character</p>
]]></content:encoded>
	</item>
</channel>
</rss>
