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: xml/queries.xml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -274,7 +274,7 @@
274
274
</columns>
275
275
<dump_table>
276
276
<inbandquery="SELECT %s FROM %s"/>
277
-
<blindquery="SELECT %s FROM (SELECT %s,ROWNUM AS LIMIT FROM %s) WHERE LIMIT=%d"count="SELECT COUNT(*) FROM %s"/>
277
+
<blindquery="SELECT ENTRY_VALUE FROM (SELECT %s AS ENTRY_VALUE,ROWNUM AS LIMIT FROM %s) WHERE LIMIT=%d"count="SELECT COUNT(*) FROM %s"/>
278
278
</dump_table>
279
279
<!-- NOTE: in Oracle schema names are the counterpart to database names on other DBMSes -->
280
280
<search_db>
@@ -608,7 +608,7 @@
608
608
</columns>
609
609
<dump_table>
610
610
<inbandquery="SELECT %s FROM %s"/>
611
-
<blindquery="SELECT %s FROM (SELECT ROW_NUMBER() OVER () AS LIMIT,%s FROM %s) AS foobar WHERE LIMIT=%d"count="SELECT COUNT(*) FROM %s"/>
611
+
<blindquery="SELECT ENTRY_VALUE FROM (SELECT ROW_NUMBER() OVER () AS LIMIT,%s AS ENTRY_VALUE FROM %s) AS foobar WHERE LIMIT=%d"count="SELECT COUNT(*) FROM %s"/>
612
612
</dump_table>
613
613
<search_db>
614
614
<inbandquery="SELECT schemaname FROM syscat.schemata WHERE "condition="schemaname"/>
0 commit comments