[stackoverflow] [progress Openedge Abl] Fetching Table Partition Id In Progress

  • Thread starter Thread starter Vel
  • Start date Start date
Status
Not open for further replies.
V

Vel

Guest
With the implementation of table partitioning in OpenEdge 11.4: knowledgebase.progress.com/articles/Article/P58968

select "_index-name" from PUB."_index" idx, PUB."_file" fi where fi."_file-name"='Customer' and idx.rowid =(select"_file"."_prime-index" from PUB."_file" fs where fs."_file-name"='Customer');

How can I change the above query to get the partition details to compare with ROWID?

Continue reading...
 
Status
Not open for further replies.
Back
Top