delete from  categories 
where categories_id = <@KEY@>
@@GO@@
delete from  categories_description
where 
categories_id = <@KEY@>
@@GO@@