where not exists (
select * from b
where b.col1=a.col1 and b.co2=a.col2 and b.col3=a.col3 and ... and b.colN=a.colN
)
where exists (
select * from b
where b.col1=a.col1 and b.col2=a.col2 and b.col3=a.col3 and ... and b.colN=a.colN
)
rownum: 1、虚拟的,查询的时候才虚拟出来的。表中实际不存在。2、一般不能直接写>,只能直接写3、通过
举报文章
请选择举报类型
补充说明
0/200
上传截图
格式支持JPEG/PNG/JPG,图片不超过1.9M