SQL LEFT JOIN 关键字. LEFT JOIN 关键字会从左表(table_name1) 那里返回所有的行,即使在右表(table_name2) 中没有匹配的行。
www.w3school.com.cn