Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Syntax error
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Versions des environnements
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP
Database:
Visual FoxPro
Divers
Thread ID:
01247986
Message ID:
01249702
Vues:
31
>>Anyway,
>>
>>delete from WorkTable where exists (select * from RecToDelete)
should work in VFP8 as well as in VFP9.
>
>The correct syntax even in VFP 9 is:
>
>delete from WorkTable;
>       from WorkTable;               && Double FROM clause
>inner join RecToDelete on WorkTable.telNo = RecToDelete.TelNo
>
>I am not sure if it exists in VFP8.

Found this thread Re: BUGG: Correlated UPDATE and DELETE - SQL Commands Thread #989905 Message #990277 accidentally.
If it's not broken, fix it until it is.


My Blog
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform