Insert data from Table1 to Table2 if not exists, else update data in table2 to match Table1. in either case, delete from Table1

后端 未结 0 1199
北海茫月
北海茫月 2020-12-01 02:49

I have two tables (T1 and T2) in SQL server and need to achieve the following goal.

assume columns of T1 are Item_ID, Units and columns of T2 are Item_ID, Units

<
相关标签:
回答
  • 消灭零回复
提交回复
热议问题