Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
What's wrong with my Update statement?
Message
From
22/10/2004 09:38:58
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Client/server
Title:
What's wrong with my Update statement?
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows 2000 SP3
Network:
Windows NT
Database:
MS SQL Server
Miscellaneous
Thread ID:
00953709
Message ID:
00953709
Views:
54
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.
Next
Reply
Map
View

Click here to load this message in the networking platform