SyntaxFix
Write A Post
Hire A Developer
Questions
select a.* , b.Aa , b.Ab, b.Ac from table1 a left join table2 b on a.id=b.id
this should select all columns from table 1 and only the listed columns from table 2 joined by id.