M
Mark
I am getting frustrated. I am joining two tables to view the duplicates.
My query looks exactly like this:
SELECT GM.*
FROM GM INNER JOIN TAM ON GM.Phone1=TAM.PHONE1;
My results have duplicates and triplicates in them and I cannot figure out
why. I've tried to GROUP BY, but I cannot do that because it's a SELECT *
statement.
Can anybody please help??
My query looks exactly like this:
SELECT GM.*
FROM GM INNER JOIN TAM ON GM.Phone1=TAM.PHONE1;
My results have duplicates and triplicates in them and I cannot figure out
why. I've tried to GROUP BY, but I cannot do that because it's a SELECT *
statement.
Can anybody please help??