delete y from dbo.XZXK_BANJIE b ,YJDC_YELLOWRED_CONTENT y , dbo.XZXK_SHOULI s
where b.shoulioid=s.shoulioid and y.caseid=s.caseid and b.BJSJ > y.SEND_YELLOWRED_DATE

 

 

sql-删除delete涉及到三个表,这个时候就要使用from,比如这样

相关文章:

  • 2022-02-12
  • 2022-12-23
  • 2021-08-28
  • 2022-01-19
  • 2021-09-13
  • 2021-05-02
  • 2022-03-07
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-09-22
  • 2021-12-02
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案