Deleting Nutrition

delete tbl_PRD_Nutrition where ownerId = and fsl_tablecode = and linkId = and nutType = 'SKU'

Inserting Nutrtion

insert into tbl_PRD_Nutrition( ownerId, fsl_tablecode, linkId, nutType ) values( , , , 'SKU')

Updating Nutrition #qmd_changes.fseCompareFault#

update tbl_PRD_Nutrition set nutType = nutType , #_fc# = where ownerId = and fsl_tablecode = and linkId = and nutType = 'SKU' select #attributes.sourceSKUId# as sourceSKUId, * from tbl_PRD_Nutrition with (nolock) where ownerId = and fsl_tablecode = and linkId = and nutType = 'SKU'