SELECT p.*,c.id as cid FROM products_tw as p, categories_tw c, products_category_tw as it WHERE (p.id = '53963920' || p.serial_no = '53963920') AND p.id = it.pid AND it.category=c.id AND (p.available='1' OR (p.available='2' and p.sdate <= '2025-03-17' AND p.edate >= '2025-03-17')) AND c.available = '1' AND it.category in (LED雙濕度顯示系列) GROUP by it.pid
MySQL Error: Unknown column 'LED雙濕度顯示系列' in 'where clause'
This script cannot continue, terminating.