Understand technical stuff like a pro.
UPDATE tableB SET tableB.col1 = tableA.col1, tableB.col2 = tableA.col2, ... FROM tableA, tableB WHERE tableA.MapId = tableB.MapId
No comments:
Post a Comment