Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 27496b9

Browse files
committed
fix
1 parent 2669748 commit 27496b9

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

xml/queries.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -407,12 +407,13 @@
407407
<!-- SAP MaxDB -->
408408
<dbms value="SAP MaxDB">
409409
<length query="LENGTH(%s)"/>
410-
<inference query="AND NUM(SUBSTR((%s), %d, 1)) > %d"/>
410+
<inference/>
411411
<timedelay/>
412412
<banner query="SELECT ID FROM SYSINFO.VERSION"/>
413-
<isnull query="%s IS NULL"/>
413+
<isnull query="VALUE(%s,' ')"/>
414414
<comment query="--"/>
415415
<count query="COUNT(%s)"/>
416+
<cast query="CHR(%s)"/>
416417
</dbms>
417418

418419
</root>

0 commit comments

Comments
 (0)