使用tsql,sqlserver 2005。
我想将表table2中的记录插入到existing表table1中,就像我可以使用以下命令将其输入到新表table1中一样简单:
select facilabbr, unitname, sortnum into table1 from table2
有什么想法吗?
https://stackoverflow.com/questions/1601200
相似问题