Minor just in case patch

This commit is contained in:
Miroslav Stampar
2018-04-09 12:05:08 +02:00
parent 2c5f976993
commit 4528cb014d
3 changed files with 4 additions and 4 deletions

View File

@@ -14,7 +14,7 @@
<limitstring query=" LIMIT "/>
<order query="ORDER BY %s ASC"/>
<count query="COUNT(%s)"/>
<comment query="-- " query2="/*" query3="#"/>
<comment query="-- -" query2="/*" query3="#"/>
<substring query="MID((%s),%d,%d)"/>
<concatenate query="CONCAT(%s,%s)"/>
<case query="SELECT (CASE WHEN (%s) THEN 1 ELSE 0 END)"/>