Deleting NutritionChild

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

Inserting NutritionChild

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

Updating NutritionChild #qmd_changes.fseCompareFault#

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