Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Help with Update
Message
De
21/01/2003 05:07:34
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Help with Update
Divers
Thread ID:
00743686
Message ID:
00743686
Vues:
43
Hi

I have one temporary table ( TmpLinEnc ), with fields :
RefArtigo
QTD

i have table ( LinEnc ) , with fields
RefArtigo
QTD

Now , i want update table LinEnc , with TmpLinEnc


Exemple TmpLinEnc
RefArtigo -> Artigox
QTD -> 6

table LinEnc
RefArtigo -> Artigox
QTD -> 10

I want in table LinEnc
RefArtigo -> Artigo1
QTD -> 4 && ( 10 table LinEnc - 6 table TmpLinEnc = 4 )


I know make this with DO WHILE .NOT. Eof() ,
but i like Know make that with one UPDATE SQL

Do You undsertand , and can help me ?

Thanks


Pedro Silva

world is wonderful with your help .

Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform