删除一张表的数据,条件在另一张表

delete  a  from A a,B b where a.tel=b.tel and a.code=b.code and a.day='201808';

  

相关文章:

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