update  <@PREFIX@>terms 
set 
name = '<@SDESCRIPTION@>' ,
slug = '<@SDESCRIPTIONSTRIPED@>'   
 
where term_id = <@KEY@>
@@GO@@
update <@PREFIX@>term_taxonomy set
count = (select count (*) from <@PREFIX@>term_relationships a where a.term_taxonomy_id = <@PREFIX@>term_taxonomy.term_taxonomy_id)
where term_id = <@KEY@>
@@GO

