Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How To Do This SQL
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
01300528
Message ID:
01300556
Vues:
24
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform