Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SQL Update Question
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01088106
Message ID:
01088137
Views:
11
>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.
Previous
Reply
Map
View

Click here to load this message in the networking platform