update tbl_EML_Campaign set lastUpdatedDate = , updateUserId = , #_columnNames[_fieldName]# = where ownerId = and fsl_tablecode = and campaignId = and lastUpdatedDate = and lastUpdatedDate is null insert into tbl_EML_Campaign( ownerId, fsl_tablecode, campaignType, [name], emailFrom, emailFromDisplay, emailSubject, scheduled, useInternalContact, includeUnsubscribe, statusCd, emailManagerVersion, emailEditorType, creator_typ, creator_member_id, createDate, updateUserId, lastUpdatedDate, gtmCampaignId ) values ( , , , , , , , 'N', , 0, 'PEN', '2.0', 'BEE', 'FSP', , , , , ) select campaignType, creator_member_id, emailFrom, name from tbl_EML_Campaign with (nolock) where ownerId = and fsl_tablecode = and campaignId =