标签:数据 sp c r 数据库 sql as table tt
insert into MyTable(field1, field2, id_backup) select field1, field2, uniqueId from MyTable where uniqueId = @Id;
SQL - 复制数据库中的一行
原文地址:http://www.cnblogs.com/mantian/p/4001024.html