<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to 13: REPLACE() function and zero-length 3rd argument</title><link>https://sourceforge.net/p/cloudbase/bugs/13/</link><description>Recent changes to 13: REPLACE() function and zero-length 3rd argument</description><atom:link href="https://sourceforge.net/p/cloudbase/bugs/13/feed.rss" rel="self"/><language>en</language><lastBuildDate>Tue, 16 Jun 2009 09:57:08 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/cloudbase/bugs/13/feed.rss" rel="self" type="application/rss+xml"/><item><title>REPLACE() function and zero-length 3rd argument</title><link>https://sourceforge.net/p/cloudbase/bugs/13/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Oracle:&lt;br /&gt;
SELECT REPLACE( 'AAbbAA', 'A', '') FROM DUAL;&lt;br /&gt;
It returns 'bb'.&lt;/p&gt;
&lt;p&gt;MySQL:&lt;br /&gt;
SELECT REPLACE( 'AAbbAA', 'A', '');&lt;br /&gt;
It Also returns 'bb'.&lt;/p&gt;
&lt;p&gt;CloudBase:&lt;br /&gt;
SELECT REPLACE( 'AAbbAA', 'A', '') FROM DUAL;&lt;br /&gt;
CB returns NULL.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">YoungWoo Kim</dc:creator><pubDate>Tue, 16 Jun 2009 09:57:08 -0000</pubDate><guid>https://sourceforge.net7105b71d8840c2a83151272ee9357d1060c716c1</guid></item></channel></rss>