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:
01088137
Vues:
10
>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.
>
>Anyone?
UPDATE Results SET InvoiceId = Commits.InvoiceId WHERE Results.DtId = Commit.DtId
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform