Hi,
I have ran the following query to combine 2 query results, but i get duplicate data showing up. I have duplicate ID (1,1,2,2) and Names as well. I was aware that if i take the ALL out the Union this would combine the duplicates into 1 line, but this hasnt worked. Where have i gone wrong.
SELECT *
FROM [IKON WE061109]
UNION SELECT *
FROM [Manual WE061109];
Could somebody please help. Thanks in advance.
I have ran the following query to combine 2 query results, but i get duplicate data showing up. I have duplicate ID (1,1,2,2) and Names as well. I was aware that if i take the ALL out the Union this would combine the duplicates into 1 line, but this hasnt worked. Where have i gone wrong.
SELECT *
FROM [IKON WE061109]
UNION SELECT *
FROM [Manual WE061109];
Could somebody please help. Thanks in advance.