Monday, 20 July 2015

How to multiple Table Join Query

$sqlqr="select p.*,c.*,con.* from product as p LEFT JOIN categorie as c ON p.categaree=c.cat_id LEFT JOIN country as con ON p.conid=con.cid where usr_id=$id";

No comments:

Post a Comment