在以前版本的Progress數據庫(9.X,10.X)中,以下查詢可以正常工作以查找表的主索引。 select "_index-name"
from PUB."_index" in, PUB."_file" fi
where fi."_file-name"='tableName'
and in."rowid" =
(select"_file"."_prime
OS: Microsoft Windows Server 2008 R2 Enterprise - 64-bit - En.Us
DBMS: Microsoft SQL Server 2008 R2 Standard - Windows - 64-bit - En.Us
ODBC Driver: Progress OpenEdge 10.2B - Windows - 32-bit - En.U
我想寫一個查詢,通過MFG/PRO發票表'idh_hist'搜索特定的日期範圍。添加日期條件時,它運行速度非常慢。但是,當我推遲日期條件時,速度非常快。你能否建議在idh_hist上寫出一個查詢條件合理快捷的查詢方法。 以下是我的查詢: for each idh_hist no-lock where idh_domain = "d0002"
and idh_due_date