You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: data/xml/queries.xml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -301,8 +301,8 @@
301
301
<blindquery="SELECT COLUMN_NAME FROM SYS.ALL_TAB_COLUMNS WHERE TABLE_NAME='%s' AND OWNER='%s'"query2="SELECT DATA_TYPE FROM SYS.ALL_TAB_COLUMNS WHERE TABLE_NAME='%s' AND COLUMN_NAME='%s' AND OWNER='%s'"count="SELECT COUNT(COLUMN_NAME) FROM SYS.ALL_TAB_COLUMNS WHERE TABLE_NAME='%s' AND OWNER='%s'"condition="COLUMN_NAME"/>
302
302
</columns>
303
303
<dump_table>
304
-
<inbandquery="SELECT %s FROM %s ORDER BY 1"/>
305
-
<blindquery="SELECT %s FROM (SELECT qq.*,ROWNUM AS LIMIT FROM %s qq ORDER BY 1) WHERE LIMIT=%d"count="SELECT COUNT(*) FROM %s"/>
304
+
<inbandquery="SELECT %s FROM %s ORDER BY ROWNUM"/>
305
+
<blindquery="SELECT %s FROM (SELECT qq.*,ROWNUM AS LIMIT FROM %s qq ORDER BY ROWNUM) WHERE LIMIT=%d"count="SELECT COUNT(*) FROM %s"/>
306
306
</dump_table>
307
307
<!-- NOTE: in Oracle schema names are the counterpart to database names on other DBMSes -->
0 commit comments