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
+5-3Lines changed: 5 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -431,17 +431,19 @@
431
431
<blindquery="SELECT FIRST 1 SKIP %d %s FROM %s"count="SELECT COUNT(*) FROM %s"/>
432
432
</dump_table>
433
433
<search_db/>
434
-
<search_table/>
434
+
<search_table>
435
+
<inbandquery="SELECT RDB$RELATION_NAME FROM RDB$RELATIONS WHERE RDB$VIEW_BLR IS NULL AND (RDB$SYSTEM_FLAG IS NULL OR RDB$SYSTEM_FLAG = 0) AND "condition="RDB$RELATION_NAME"condition2=""/>
436
+
<blindquery=""query2="SELECT FIRST 1 SKIP %d RDB$RELATION_NAME FROM RDB$RELATIONS WHERE RDB$VIEW_BLR IS NULL AND (RDB$SYSTEM_FLAG IS NULL OR RDB$SYSTEM_FLAG = 0)"count=""count2="SELECT COUNT(RDB$RELATION_NAME) FROM RDB$RELATIONS WHERE RDB$VIEW_BLR IS NULL AND (RDB$SYSTEM_FLAG IS NULL OR RDB$SYSTEM_FLAG = 0)"condition="RDB$RELATION_NAME"condition2=""/>
0 commit comments