left join关键字从左表返回所有的行,即使右表中没有匹配。如果右表中没有匹配,则结果为NULL。具体语法为:【select column from t1 left join t2 on t1.column=t2.column】。
技术文章 / 下载软件趣味内容 / 专业带飞