select *
from table1
left outer join Table2 on table2~field1 = 'A'
select *
from table1
left outer join Table2
where table~feild1 = 'A'
第一个限制的是针对 table2的内容过滤
第二个限制的是这个select的结果的过滤
select *
from table1
left outer join Table2 on table2~field1 = 'A'
select *
from table1
left outer join Table2
where table~feild1 = 'A'
第一个限制的是针对 table2的内容过滤
第二个限制的是这个select的结果的过滤
sql语法
在以下的帖子中说 INNERJOIN= WHERE=Join ://baike.360.cn/42
举报文章
请选择举报类型
补充说明
0/200
上传截图
格式支持JPEG/PNG/JPG,图片不超过1.9M