企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
>[danger] 左外连接:左表完全显示 + student 是左表 + `LEFT OUTER JOIN` 中的 `OUTER` 可以省略 ```sql SELECT * FROM `student` LEFT OUTER JOIN `college` ON student.collegeId = college.collegeId; ``` ![](https://img.kancloud.cn/ca/c8/cac8ae44a6e791684a6f8191806ba288_589x371.png)