Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Quick way to check for duplicate records?
Message
 
To
30/04/2003 12:07:20
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00783217
Message ID:
00783231
Views:
14
>
>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform