Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How do I select similar records
Message
 
To
23/10/1996 14:10:17
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00010792
Message ID:
00010804
Views:
32
>OK. You have to :
>1. Create temp cursor with tied scores
>Select score from mytable into cursor tmp having count(*)>1 group by score
>2. Join two tables by score field
>Select mytable.* from mytable,tmp where mytable.score=tmp.score

I think this will work! Thank you!
Previous
Reply
Map
View

Click here to load this message in the networking platform