Forum Discussion
lcerrapa
Helper I
9 years agoExclude rows on table based on another table at query design
Hello. I don't find the answer to this question, I hope you can help me. I have a query against a database that obtains data: select year, projection from DimProjections where <conditions> ...
- 9 years ago
Perhaps a Merge query using a Right Anti join (or Left Anti join depending on which one of your queries you consider "first".
Greg_Deckler
Community Champion
9 years agoPerhaps a Merge query using a Right Anti join (or Left Anti join depending on which one of your queries you consider "first".
- lcerrapa9 years ago
Helper I
Thanks a lot, it works perfect!!