select a.number,b.name
from table_a a left join table_b b
on a.number = b.number left join table_c c
on a.number = c.number