Link to home
Start Free TrialLog in
Avatar of Stacie
StacieFlag for United States of America

asked on

SQL SELECT DISTINCT Statement

How do I write a Select Distinct statement that delete duplicate data from a table and dump the result to another table?
ASKER CERTIFIED SOLUTION
Avatar of Guy Hengel [angelIII / a3]
Guy Hengel [angelIII / a3]
Flag of Luxembourg image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Stacie

ASKER

Oh ok, can you write me a basic SQL statement that does this.
please see example F on the linked page
@yguyon28:

Do all columns in your table indicate a duplicate record?  Or just a few columns?
Also, does your table have a primary key?