Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
What's wrong with my Update statement?
Message
From
22/10/2004 12:16:24
 
 
General information
Forum:
Visual FoxPro
Category:
Client/server
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows 2000 SP3
Network:
Windows NT
Database:
MS SQL Server
Miscellaneous
Thread ID:
00953709
Message ID:
00953767
Views:
19
This message has been marked as a message which has helped to the initial question of the thread.
Hi Angie,

How about giving this a go...
UPDATE SubCust SET cCustCode = (SELECT cCustCode FROM Customer cu WHERE SubCust.CustomerKey = cu.CustomerKey)
>Hello everyone,
>
>I am trying to formulate some T-SQL to update a new column in a sub-customer table (cCustCode) with the value of cCustCode from its parent table. The parent table is called Customer and the child table is called SubCust. They are related at the moment using CustomerKey. I have tried the following SET statement but it only updates with a single value. What am I doing wrong :(
>
>Also, can you use an alias for subcust (after the update statement) ?
>
>
>update subcust
>	set ccustcode = customer.ccustcode
>	from subcust join customer
>	on subcust.customerkey = customer.customerkey
>
>
>Thank you so much!
>
>Angie.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform