为了账号安全,请及时绑定邮箱和手机立即绑定

left join不符合条件的列为何不显示null?

left join不符合条件的列为何不显示null?

wj鱼尾3376905 2017-09-18 14:52:21
--学生表create table Studend(       id number(2,0) primary key,       sname nvarchar2(20) not null,       sage number(2,0) not null);--成绩表create table SC(       stu_id number(2,0) references Studend(id),       cou_id number(2,0) references Course(cid),       score number(2,0)); --左外连接查询语句      select a.*,b.* from Studend a        left join SC b on a.id=b.stu_id;不符合条件查询的列直接是什么都没有,为什么不是null?
查看完整描述

1 回答

?
迁就LOSE

TA贡献29条经验 获得超34个赞

59db83c40001dac606000396.jpg
先上图占坑,明天再仔细看看。

查看完整回答
反对 回复 2017-10-09
  • 1 回答
  • 0 关注
  • 3235 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信