Sobes.tech
Middle

-- t1 -- num --------- -- 1 -- 2 2 null null 4 -- t2 -- num --------- -- [telefone] null null 5 SELECIONAR a.num COMO a_num, b.num COMO b_num DE t1 a JUNÇÃO ESQUERDA t2 b ON a.num = b.num;