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

Skip to content

Commit 4cb9988

Browse files
committed
quick fix
1 parent cda25cd commit 4cb9988

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

xml/queries.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@
215215
<length query="LENGTH(%s)"/>
216216
<isnull query="NVL(%s,' ')"/>
217217
<delimiter query="||"/>
218-
<limit query="ROWNUM AS LIMIT %s) WHERE LIMIT"/>
218+
<limit query="ROWNUM AS LIMIT %s ORDER BY 1 ASC) WHERE LIMIT"/>
219219
<limitregexp query="ROWNUM\s+AS\s+.+?\s+FROM\s+.+?\)\s+WHERE\s+.+?\s*=\s*[\d]+|ROWNUM\s*=\s*[\d]+"/>
220220
<limitgroupstart/>
221221
<limitgroupstop/>

0 commit comments

Comments
 (0)