TRY:
select table1.id,table1.column1,table1.column2,table2.column1 from table1 left join table2 on table1.column2 = table2.id