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
时间: 2024-10-18 11:45:53