Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Quick way to check for duplicate records?
Message
 
À
30/04/2003 12:07:20
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00783217
Message ID:
00783231
Vues:
13
>
>select systemdealnumber,systemaccounttype, ;
> systemdealnumber+systemaccounttype as combined ;
> from myTable ;
> having cnt(*) > 1 ;
> group by combined
>
Cetin,

Thank you for responding. I tried this statement and the statement from the other post and I am not getting a result set from this. FYI, SystemDealNumber is an Integer type so I'm really using STR(SystemDealNumber,10,0)+SystemAccountType for the key string.

Any ideas as to why nothing would be coming back?

Jon
Jon Rosenbaum
Devcon Drummer
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform