会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
Loading
转用csdn,后续博客园不再更新 https://blog.csdn.net/hc1285653662?type=blog
首页
新随笔
管理
2019年12月1日
oracle exists和 not exists 的用法
摘要: 比如 a,b 关联列为 a.id = b.id,现在要取 a 中的数据,其中id在b中也存在:select * from a where exists(select 1 from b where b.id = a.id)或者:现在要取 a 中的数据,其中id在b中 不存在:select * from
阅读全文
posted @ 2019-12-01 16:13 青岑
阅读(4154)
评论(0)
推荐(0)
编辑
公告