I have a table that an ASP program entered in duplicate records. I am wanting to identify all of the duplicate records in the table based on values from two columns. I have not been able to get a select statment to work. Does anyone know the proper syntax?
Select col1, col2, count(*) As RecCnt
From tbl
Group by col1, col2
having count(*)>1 Terry L. Broadbent
faq183-874 contains some tips and ideas for posting questions in these forums. Please review it if you have time.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.