Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 finding duplicates in a SQL Server 6.5 database

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2000-09-22 : 08:47:19
Paul 13 writes "I am trying to eliminate duplicates in a SQL Server 6.5 database. Is the a command that calls up only rows that appear more than once?

example:

SELECT antidistinct (name, job, code, title)
FROM employee_table

"
   

- Advertisement -