select i.interactionId from tbl_CRM_Interactions i where i.ownerId = and i.ownerType = and i.interactionId = 5620459 update tbl_CRM_Interactions set createDate = dateAdd( "ww", 1, createDate ), interactionDate = dateAdd( "ww", 1, interactionDate ), updateDate = dateAdd( "ww", 1, updateDate ), dispositionDate = dateAdd( "ww", 1, dispositionDate ) where ownerId = and ownerType = and interactionId = update tbl_CRM_InteractionSaleDetails set availableDate = dateAdd( "ww", 1, availableDate ), updateDate = dateAdd( "ww", 1, updateDate ), dispositionDate = dateAdd( "ww", 1, dispositionDate ) where ownerId = and ownerType = and interactionId = select op.opportunityId from tbl_SPL_Opportunities op where op.ownerId = and op.ownerType = order by name update tbl_SPL_Opportunities set createDate = dateAdd( "ww", #attributes.weeksAhead#, createDate ), availableDate = dateAdd( "ww", #attributes.weeksAhead#, availableDate ), updateDate = dateAdd( "ww", #attributes.weeksAhead#, updateDate ), firstActiveDate = dateAdd( "ww", #attributes.weeksAhead#, firstActiveDate ) where ownerId = and ownerType = and opportunityId = update tbl_SPL_Opportunity_StageChanges set changeDateTime = dateAdd( "ww", #attributes.weeksAhead#, changeDateTime ) where opportunityId =