ERROR From DB mySQL
DB Error: Database query failed!
» Error No: 1054
» Error detail: Unknown column 'Gốc' in 'where clause'
» Query:
SELECT
p.*,
s.properties AS specifications_properties
FROM `dc_products` p
LEFT JOIN `dc_specifications` s
ON p.`thorn_line` = s.`id`
WHERE
p.`store_id` = '1' AND
p.`status` = 1 AND p.`size` IN (154,162,Gốc,4661)
ORDER BY
p.`comments` DESC
LIMIT 0, 15