Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Update syntax problem
Message
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Update syntax problem
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows Server 2008
Divers
Thread ID:
01482763
Message ID:
01482763
Vues:
112
hi all,

i have the first table ( cf crytal1115.jpg in the attachemnt )
i have the second table temp.dbf ( cf temp.jpg in the attachment ).

i want update the field nclass from crytal1115.dbf with the value included from temp.dbf

this do'nt works...
 UPDATE crystal1115 SET nClass = NVL( dt1.nClass , 0 ) FROM force;
        crystal1115 inner JOIN( SELECT tp2.iPlpId , tp2.nClass FROM Temp tp2;
        WHERE tp2.iPlpId = crystal1115.iPlpId ) dt1	ON dt1.iPlpId = crystal1115.iPlpId
thank in advance for the answer

bernhart
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform