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