Forum Discussion

rjs2's avatar
rjs2
Icon for Resolver I rankResolver I
5 years ago
Solved

Pull Records where ID#s are from another Query

Hi,   Ok, I have asked this in another format (dates, with no solutions).  The difference here is that I have a unique list of IDs (Sequence #s) from a query.  I want to pull records from a large t...
  • Greg_Deckler's avatar
    5 years ago

    rjs2 Best thing, create a view on the Oracle server that does an inner join between the tables. Or, use a Merge query to do the same in Power Query (might fold)

  • rjs2's avatar
    rjs2
    5 years ago

    Greg_Deckler  I think I will just pull the history table with the record table, then reference that to a new table to build the history table off that.  And just clean up the record table to remove duplicates.  It may even run faster that way. 

     

    I really wish there was a way you could do more in the WHERE clause.