delete from  <@PREFIX@>jshopping_categories
where category_id = <@KEY@>
@@GO@@
delete from  <@PREFIX>jshopping_products_to_categories 
where 
category_id = <@KEY@>
@@GO@@