Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Syntax error
Message
De
15/08/2007 14:54:30
 
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:
01248330
Vues:
35
>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.

No, that's not right. You do repeat the Alias, but you don't use FROM twice:
delete WorkTable;
       from WorkTable;               
inner join RecToDelete on WorkTable.telNo = RecToDelete.TelNo
Tamar
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform