I am trying to categorize one element of a very large dataset by using nuanced, and at times potentially overlapping logic. Currently, I have roughly 18 temp tables that I've populated based on each respective categorization logic.
What I need to do is find all values that occur in more than one table and are thus need their categorization logic tweaked so as to not overlap categories.
Would I be able to run some sort of massive join between all of these tables to try to find overlapping categorizations? How would I go about structuring that? Are there any other alternative methods I should consider?
Large Number of Tables - Find Values that Exist in More than One Table
39 views Asked by SELECTCOUNTSTAR At
1