SELECT category_id tax_class_id , category_name tax_class_title  FROM <@PREFIX>hikashop_category where category_type ='tax'
and category_namekey <> 'tax'

