DELETE a.*
FROM
EST_BIND_HOUSE_EQUALLY a
LEFT JOIN EST_BIND_HOUSE_COST b ON a.house_id = b.house_id
AND a.cost_value_id = b.cost_value_id
where a.house_id = 3333 and a.cost_value_id = 11111
AND b.house_id IS null
and b.cost_value_id IS NULL

记随笔
图片来自于https://blog.csdn.net/daweiwangzi/article/details/44863325

相关文章:

  • 2021-06-14
  • 2021-08-14
  • 2021-06-19
  • 2022-03-01
  • 2021-12-22
猜你喜欢
  • 2021-05-13
  • 2021-11-12
  • 2021-09-03
  • 2021-07-24
  • 2021-08-22
  • 2021-05-26
相关资源
相似解决方案