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