Programmer Question
Is it possible to use multiple left join in sql query?
if not then whats the solution?
LEFT JOIN
ab
ON
ab.sht = cd.sht
i want to add to atach one more query like this to it?
will it work?
LEFT JOIN
ab AND aa
ON
ab.sht = cd.sht
AND
aa.sht = cc.sht
Wil this work?
Find the answer here
No comments:
Post a Comment