Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SQL Help?
Message
From
19/08/1997 12:57:02
Larry Long
ProgRes (Programming Resources)
Georgia, United States
 
 
To
14/08/1997 21:39:14
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00044834
Message ID:
00045589
Views:
43
>Can someone help me with the SQL to find duplicate records in a table where a duplicate is considered two out of five matching fields? I thought:
>SELECT * ;
>FROM table;
>WHERE keyfield IN ;
>(SELECT keyfield ;
>FROM tablel ;
>GROUP BY keyfield, field2;
>HAVING count(*) > 1)
>would do the trick, but it doesn't work. TIA
>
>Erik
Need more info. Can field1 in one record be = field2...5 in another record?
L.A.Long
ProgRes
lalong1@charter.net
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform