Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SQL Update Question
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
01088106
Message ID:
01088204
Vues:
8
Thanks Sergey!


>>I need to update the InvoiceId column in Results.dbf from the InvoiceId column
>>in Commits.dbf. I know I could use a join on DtId, which exists in both tables,
>>but i'm not sure of the syntax.
>
>Try
>UPDATE Results SET InvoiceId = Commits.InvoiceId ;
>	FROM Results ;
>	JOIN Commits ON Results.DtId = Commits.DtId
>
Everything makes sense in someone's mind
public class SystemCrasher :ICrashable
In addition, an integer field is not for irrational people
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform