Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How To Do This SQL
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01300528
Message ID:
01300556
Views:
21
Thank you both!


>>>>I have a table called Movement with a date field, mov_stout1, which I want to update from a more recent
>>>>copy of the same table.
>>>>
>>>>How doI code the SQL for this?
>>>
>>>What is reletationship between those tables? What's VFP version?
>>
>>The both have identical structures. One is a copy of the other. The PK mov_pk. Using VFP 9.
>
>Try
>
>UPDATE Movement ;
>		SET mov_stout1 = MovementNew.mov_stout1 ;
>	FROM Movement ;
>		JOIN MovementNew ON MovementNew.mov_pk = Movement.mov_pk
>
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