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 2420a4b commit 410f6adCopy full SHA for 410f6ad
1 file changed
xml/queries.xml
@@ -344,10 +344,10 @@
344
345
<!-- Microsoft Access -->
346
<dbms value="Microsoft Access">
347
- <cast query="CVAR(%s)"/>
348
- <length query="LEN(%s)"/>
+ <cast query="RTRIM(CVAR(%s))"/>
+ <length query="LEN(RTRIM(CVAR(%s)))"/>
349
<isnull query="IIF(LEN(%s)=0,' ',%s)"/>
350
- <delimiter query=","/>
+ <delimiter query="&"/>
351
<limit query="TOP %d"/>
352
<limitregexp query="\s+TOP\s+([\d]+)"/>
353
<limitgroupstart query="1"/>
0 commit comments