Error: You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '' at line 6
Error No: 1064
SELECT      count(*)
                    FROM        `product` p
                                LEFT JOIN product_description pd ON (p.productid = pd.productid)
                                LEFT JOIN product_manufacturer pm ON (p.manufacturerid = pm.manufacturerid)
                    WHERE       p.status = 0
                                AND pd.languageid = 'vn'  AND p.manufacturerid=