|
|
SELECT p.ID from product p
JOIN category c ON p.CategoryID = c.ID
LEFT OUTER JOIN productdescriptions pd
ON p.ID = pd.ProductID WHERE 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 '' at line 4 1