SyntaxFix
Write A Post
Hire A Developer
Questions
SELECT `product`.*, `customer1`.`name1`, `customer2`.`name2` FROM `product` LEFT JOIN `customer1` ON `product`.`cid` = `customer1`.`cid` LEFT JOIN `customer2` ON `product`.`cid` = `customer2`.`cid`