codice:
SELECT t1.nome, t2.pass
FROM tb1 t1
LEFT JOIN tb2 t2 USING(id)
WHERE id = 1