连续 两个 LEFT JOIN LEFT JOIN

With appropriate indexes, this should be quite efficient enough: SELECT tb3.employee_name, (salary+bonus) remuneration FROM tb3 LEFT JOIN tb1 ON tb1.employee_name = tb3.employee_name LEFT JOIN tb2
相关文章
相关标签/搜索