Hi guys,
Have been trying to update a column in a new table I created with a user defined field column in sql management studio. I have run the below query and getting the error below. Any ideas why this is? Thanks for your help.
update gp
set gp.gp = userfields.userfield32
Msg 4104, Level 16, State 1, Line 2
The multi-part identifier "userfields.userfield32" could not be bound.
Have been trying to update a column in a new table I created with a user defined field column in sql management studio. I have run the below query and getting the error below. Any ideas why this is? Thanks for your help.
update gp
set gp.gp = userfields.userfield32
Msg 4104, Level 16, State 1, Line 2
The multi-part identifier "userfields.userfield32" could not be bound.