Hi ,
i have Table "A" and i need to join Table "B" and Table "C" to Table "A"
EX:
while select X from A where A.ID == '5'
Join B where A.BID==B.ID
join C where A.CID==C.ID
any help to make right join between three tables
*This post is locked for comments