SELECT tax_rate_id tax_class_id , concat('BTW ',tax_rate * 100,'% ')  tax_class_title  
FROM <@PREFIX>vm_tax_rate


