![]() |
SELECT p.`id`, p.`name`, p.`price`, d.`ue` FROM `product` p
LEFT JOIN `divis` d ON (p.pid = d.id)
WHERE 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 '' at line 3 |