J
Jennifer
I have a union query that is giving me duplicate records. How do I set for
unique records only.
SELECT ID
FROM 1qryLOAfromHR;
UNION Select ID
FROM 1qryLOANARC;
unique records only.
SELECT ID
FROM 1qryLOAfromHR;
UNION Select ID
FROM 1qryLOANARC;