Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Best way to check a table for duplicates???
Message
From
12/02/2002 15:58:54
 
 
To
12/02/2002 15:51:12
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00619081
Message ID:
00619123
Views:
19
Lets just do one thing to a time, that might make it easier.

To make a cursor with the records that are duplicated, do the following:
select * from sales group by dob, last_name, first_name into cursor dupsales

That will show you those folks that placed multiple orders. Does that work ok?
--Todd Sherman
-Wake Up! Smell the Coffee!
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform