Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Table duplicated
Message
De
29/03/2004 03:09:04
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
 
 
À
29/03/2004 02:56:35
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00890344
Message ID:
00890346
Vues:
18
>Hello,
>i have a table with more than 35000 records,
>but i have many of them duplicate records,i need to delete the duplicate records.
>
>at the same table.

Depends on what you mean by a duplicate. If you mean a duplicate record is one that all fields match :

select * from myTable ;
union ;
select * from myTable ;
into NewTable

Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform