update catalog_product_entity set 
sku = '<@SSTOCKCODE@>',
has_options = 0,
required_options= 0,
updated_at = now(),
type_id = 'simple'
where entity_id = <@KEY@>
@@GO@@
delete from 
catalog_category_product where
product_id=
<@KEY@>
@@GO@@

