会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
hongda's blog--收藏与分享
首页
订阅
管理
2016年1月29日
SQL 中 not in 查询不到数据问题
摘要: 在开发的过程中,遇到过not in 始终查询不到数据问题 select * from T_CustomerInfo where CustomerID not in (select CustomerID from T_OrderInfo) 后来使用not exists查询 select * from
阅读全文
posted @ 2016-01-29 15:54 hongdada
阅读(4390)
评论(0)
推荐(0)
编辑
公告