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

相关文章:

  • 2021-11-17
  • 2022-12-23
  • 2021-10-02
  • 2021-07-27
  • 2022-01-16
  • 2022-12-23
  • 2021-10-17
猜你喜欢
  • 2022-12-23
  • 2021-08-11
  • 2021-09-17
  • 2022-01-12
  • 2022-01-09
  • 2021-07-11
相关资源
相似解决方案