इसे आजमाएं:
insert into MyTable(field1, field2, id_backup)
select field1, field2, uniqueId from MyTable where uniqueId = @Id;
निर्दिष्ट नहीं किए गए किसी भी फ़ील्ड को अपना डिफ़ॉल्ट मान प्राप्त करना चाहिए (जो आमतौर पर परिभाषित नहीं होने पर NULL होता है)।