A Database Error Occurred

Error Number: 1054

Unknown column 'techcombank' in 'where clause'

SELECT `products`.*, `category_product`.`id_cate`, `category_product`.`id_parent`, `category_product`.`loai_danhmuc`, `category_product`.`name_cate`, `category_product`.`name_cate_en`, `category_product`.`name_link`, `category_product`.`order_cate`, `category_product`.`active`, `category_product`.`note` FROM (`products`) LEFT JOIN `category_product` ON `products`.`id_cate` = `category_product`.`id_cate` WHERE `products`.`status` = 1 AND `products`.`id_cate` in (techcombank,74,75,76,77,78,79,68,71,80,83,81,82,86,92,93,95,96,97,98,103,106,107,108,109,110,111) ORDER BY `products`.`order` ASC