SQL

insert into MyTable(field1, field2, id_backup)
    select field1, field2, uniqueId from MyTable where uniqueId = @Id;
原文地址:https://www.cnblogs.com/mantian/p/4001024.html