1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 's apron' and p.products_id = pd.products_id order by weight desc' at line 1
select p.products_id, pd.products_name from products_keywords p, products_description pd where keyword like 'child's apron' and p.products_id = pd.products_id order by weight desc