You are on page 1of 1

select distinct complementry.

clientcode
from complementry
group by complementry.clientcode
having (((count(complementry.clientcode))>1));

---to check whether duplicate in the same col.----

You might also like