Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Delete - SQL en masse?
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Delete - SQL en masse?
Divers
Thread ID:
00395602
Message ID:
00395602
Vues:
41
I have an original table (table1) and a 'delete reference' table (table2). I want to delete everything in table1 where there is a definitive match and also an 'X' in table2. So I have this:

delete from table1 ;
where ;
table1.WhatComp = table2.cWhatComp ;
and table1.LastName = table2.cLastName ;
and table1.Assoc_ID = table2.cAssocID ;
and table2.cDelete = 'X'

However, I have to run this 10,000 times to delete everything in table1. I know I can wrap a scan...endscan loop around this, but I am wondering if there is a "pure SQL" way to delete everything from table1 based on table2 criteria?

Thanks.
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform