Removing that space char

This commit is contained in:
Miroslav Stampar 2013-01-21 17:35:23 +01:00
parent 5d318b4980
commit 472f5e35c2

View File

@ -394,7 +394,7 @@
<limitgroupstart query="1"/>
<limitgroupstop query="2"/>
<limitstring query=" ROWS "/>
<isnull query="COALESCE(%s, ' ')"/>
<isnull query="COALESCE(%s,' ')"/>
<order query="ORDER BY %s ASC"/>
<comment query="--"/>
<count query="COUNT(%s)"/>