I have 2 tables, suppose they are t1(1,2,3,4,5) and t2(1,1,2,2,3,5,6), I want to show that items in t1 exist in t2 then count the number of appearances in t2 such that I end up having (1=2,2=2,3=1,4=0,5=1)
↧
I have 2 tables, suppose they are t1(1,2,3,4,5) and t2(1,1,2,2,3,5,6), I want to show that items in t1 exist in t2 then count the number of appearances in t2 such that I end up having (1=2,2=2,3=1,4=0,5=1)