Forum Discussion
Anonymous
3 years agoNot applicable
Comparing two Tables working but extremely slow
Hi. I have my compare function working when comparing two different tables but it way to slow to release to any end user. I am comparing Data_POG metrics vs Data_Performance metrics in two ...
- 3 years ago
What are your criteria for "match"?
Usually you compare via INTERSECT and/or EXCEPT.
lbendlin
Super User
3 years agoWhat are your criteria for "match"?
Usually you compare via INTERSECT and/or EXCEPT.