Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2669748 commit 27496b9Copy full SHA for 27496b9
1 file changed
xml/queries.xml
@@ -407,12 +407,13 @@
407
<!-- SAP MaxDB -->
408
<dbms value="SAP MaxDB">
409
<length query="LENGTH(%s)"/>
410
- <inference query="AND NUM(SUBSTR((%s), %d, 1)) > %d"/>
+ <inference/>
411
<timedelay/>
412
<banner query="SELECT ID FROM SYSINFO.VERSION"/>
413
- <isnull query="%s IS NULL"/>
+ <isnull query="VALUE(%s,' ')"/>
414
<comment query="--"/>
415
<count query="COUNT(%s)"/>
416
+ <cast query="CHR(%s)"/>
417
</dbms>
418
419
</root>
0 commit comments