细胞de理想

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

左连接 *=(左表中的数据全部显示出来,右表中没有相关联的数据显示null)

select Users.*,Department.name as DepartmentName from Users,Department where users.DepartmentID*=Department.ID

右链接 =*

posted on 2016-04-20 21:16  细胞的理想  阅读(352)  评论(0编辑  收藏  举报