Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Select duplicate rows
Message
De
03/04/2003 07:48:14
 
 
À
03/04/2003 05:48:34
Joao Godinho
Fredesenvolv, Lda
Lisbon, Portugal
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00773453
Message ID:
00773480
Vues:
9
Hi Joao,

If you have a table duplicate with a column name and want to find out which records have duplicate value in the column name, then you may use following sql:

select name, count(*)
from duplicate
group by name
having count(*) > 1

Hope this helps.
Regards,
Georg

>Hi
>
>How do i select duplicate field values from a table with a SQL select statement ?
>
>Thank you all,
>
>João
Vlad-Georg
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform