Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Select sql question
Message
From
13/11/1998 11:28:52
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00157425
Message ID:
00157428
Views:
17
>Have a group of rows - group1. Have a complete list of all rows - mastergroup. Want to delete from group1 any records that have no match in the mastergroup. Currently i am looping through group1 doing a seek on mastergroup Both group1 and mastergroup are indexed on the same index, and the index matches the seek. Still the mastergorup is large and the sql requires 30 seconds.
>
>any ideas on how i can make this more efficient?
>
>brenda

delete from group1 where id_field not in (select id_field from mastergroup)
Edward Pikman
Independent Consultant
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform