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 cda25cd commit 4cb9988Copy full SHA for 4cb9988
1 file changed
xml/queries.xml
@@ -215,7 +215,7 @@
215
<length query="LENGTH(%s)"/>
216
<isnull query="NVL(%s,' ')"/>
217
<delimiter query="||"/>
218
- <limit query="ROWNUM AS LIMIT %s) WHERE LIMIT"/>
+ <limit query="ROWNUM AS LIMIT %s ORDER BY 1 ASC) WHERE LIMIT"/>
219
<limitregexp query="ROWNUM\s+AS\s+.+?\s+FROM\s+.+?\)\s+WHERE\s+.+?\s*=\s*[\d]+|ROWNUM\s*=\s*[\d]+"/>
220
<limitgroupstart/>
221
<limitgroupstop/>
0 commit comments