SyntaxFix
Write A Post
Hire A Developer
Questions
The required SQL will be some like:-
SELECT * FROM cd LEFT JOIN ab ON ab.sht = cd.sht LEFT JOIN aa ON aa.sht = cd.sht ....
Hope it helps.