Tuesday, March 20, 2012

Repeating Records!

Any help on how to get rid of repeating recordsGary (gcronin@.bismail.ucc.ie) writes:
> Any help on how to get rid of repeating records

DISTINCT in the SELECT statement can help. But even better is to
write your query better. Maybe you have incomplete join conditions.

You would probably get a lot better answer if you were more specific in
your question.

--
Erland Sommarskog, SQL Server MVP, esquel@.sommarskog.se

Books Online for SQL Server SP3 at
http://www.microsoft.com/sql/techin.../2000/books.asp

No comments:

Post a Comment