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:
01088204
Views:
10
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
Previous
Reply
Map
View

Click here to load this message in the networking platform