码迷,mamicode.com
首页 > 数据库 > 详细

sql 查询不存在左表的数据

时间:2015-04-02 20:44:40      阅读:168      评论:0      收藏:0      [点我收藏+]

标签:

select * from zyz_mgr_wlcyiduifu a left join WLCInformation b ona.wlcId=b.WLCInvestorApplyID

where b.WLCInvestorApplyID is null

 

//如果左表数据带 单引号 及逗号

select * from zyz_mgr_wlcyiduifu a left join WLCInformation b on replace(replace(a.wlcId,‘‘‘‘,‘‘),‘,‘,‘‘)=b.WLCInvestorApplyID

where b.WLCInvestorApplyID is null

sql 查询不存在左表的数据

标签:

原文地址:http://www.cnblogs.com/yangjinwang/p/4387974.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!