Bulk Change WordPress category Slug

wpkf_terms do not contain field called cat_name. Try using below query.

update wpkf_terms set name=CONCAT(name, '-subbed') Where term_id IN (SELECT term_id from wpkf_term_taxonomy where taxonomy='category')