Prova così

codice:
select tab1.id,tab2.nome,tab1.campo
from tab1
left join tab2
on tab1.id = tab2.id