Re: Extracting Duplicates from SQL Server 2000
- From: Hugo Kornelis <hugo@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Fri, 28 Dec 2007 23:07:27 +0100
On Fri, 28 Dec 2007 10:13:43 -0800 (PST), apatel85@xxxxxxxxx wrote:
Now, I want to filter out duplicates from the dataset and get unique(snip)
records, including all 5 fields. Here is the query that I used.
Hi AP,
Your problem is not clear to me. I suggest that you post your table
structure (as a CREATE TABLE statement, including constraints,
properties and indexes), a few well-chosen rows of sample data (as
INSERT statements) to illustrate the problem, and the output required
from that sample data. See www.aspfaq.com/5006 for more details.
--
Hugo Kornelis, SQL Server MVP
My SQL Server blog: http://sqlblog.com/blogs/hugo_kornelis
.
- References:
- Extracting Duplicates from SQL Server 2000
- From: apatel85
- Extracting Duplicates from SQL Server 2000
- Prev by Date: Re: learner a ms sql
- Next by Date: Re: Shred XML to SQL 2005
- Previous by thread: Re: Extracting Duplicates from SQL Server 2000
- Next by thread: Re: Extracting Duplicates from SQL Server 2000
- Index(es):
Relevant Pages
|