<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to 13: REPLACE() function and zero-length 3rd argument</title><link href="https://sourceforge.net/p/cloudbase/bugs/13/" rel="alternate"/><link href="https://sourceforge.net/p/cloudbase/bugs/13/feed.atom" rel="self"/><id>https://sourceforge.net/p/cloudbase/bugs/13/</id><updated>2009-06-16T09:57:08Z</updated><subtitle>Recent changes to 13: REPLACE() function and zero-length 3rd argument</subtitle><entry><title>REPLACE() function and zero-length 3rd argument</title><link href="https://sourceforge.net/p/cloudbase/bugs/13/" rel="alternate"/><published>2009-06-16T09:57:08Z</published><updated>2009-06-16T09:57:08Z</updated><author><name>YoungWoo Kim</name><uri>https://sourceforge.net/u/warwithin/</uri></author><id>https://sourceforge.net7105b71d8840c2a83151272ee9357d1060c716c1</id><summary type="html">&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;</summary></entry></feed>