Ask a Question related to ASP.NET General, Design and Development.
-
TaeHo Yoo #1
Could anyone help me to remove duplicate rows?
I have a table that has more than 1 milion rows so practically it is
impossible to remove all duplicate rows by hand.
Could you help me to remove those duplicate rows at all?
This table doesn't have primary key( identity ) column.
Say Table name => MyTable
Column => Col1,Col2,Col3
No primary key column here.
Thanks a lot in advance.
*** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
Don't just participate in USENET...get rewarded for it!
TaeHo Yoo Guest
-
MySql UPDATE problem with duplicate rows
Hi, I have a MySql problem I hope someone can help me with. I'm trying to run an update on a linking table, the update is running into a Primary... -
How to delete duplicate rows?
This one must be obvious for most here. I have a 170 million rows table from which I want to eliminate duplicate "would be" keys and leave only... -
how to eliminate duplicate rows?
Hi I have one table with two field in sql server 2000. Table data looks like this: Field1 Field2 Admin Active Admin Passive Sales ... -
Remove duplicate entries
I have IIS logs that are parsed into a SQL database, and then the database is called by an asp page. My only issue is having duplicate entries in... -
Select rows where other related rows don't exist
I would like to select rows from a table where another related row in the same table doesn't exist and the relation key is more than 1 column. ... -
Chris R. Timmons #2
Re: Could anyone help me to remove duplicate rows?
TaeHo Yoo <yootaeho@yahoo.com> wrote in
news:#VBSQEzTDHA.1364@TK2MSFTNGP10.phx.gbl:
Have you looked into using SELECT DISTINCT?> I have a table that has more than 1 milion rows so practically
> it is impossible to remove all duplicate rows by hand.
> Could you help me to remove those duplicate rows at all?
> This table doesn't have primary key( identity ) column.
>
> Say Table name => MyTable
> Column => Col1,Col2,Col3
> No primary key column here.
Hope this helps.
Chris.
-------------
C.R. Timmons Consulting, Inc.
[url]http://www.crtimmonsinc.com/[/url]
Chris R. Timmons Guest



Reply With Quote

