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

update table column with value from another table

$
0
0
hello, I need some help trying to figure this one out.

TableA
  id
  tablebid

TableB
  id

TableA has 4512 rows and TableB has 4512 rows. I need to update TableA.tablebid with TableB.id.

I trie

Viewing all articles
Browse latest Browse all 3145

Trending Articles