Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Replace for item_id in another table
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00209054
Message ID:
00209207
Vues:
31
Ahh, but you can use VFP's delete too...

DELETE FOR SEEK("itemid", "Othertable", "pktag")


>Denise,
>
>You're so close! :) You need to use the SQL delete command, not the traditional VFP delete. To do this, just use WHERE instead of FOR:
>
>delete WHERE item_id in (select item_id from OtherTable)
>
Erik Moore
Clientelligence
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform