Quantcast
Channel: SQLServerCentral » SQL Server 2014 » Development - SQL Server 2014 » Latest topics
Viewing all articles
Browse latest Browse all 3145

Unable to update CompanyID from another table

$
0
0
I have a table with a clolumn name 'CompanyNid' which I am not able to update from the staging table. Below is a query I am using 

[code language="sql"]update [PMG].[ContactData]
set CompanyNids

Viewing all articles
Browse latest Browse all 3145

Trending Articles