delete from new_customers_visit_quchong
where id not in
(

select A.id
from
(select min(`id`) as id
from new_customers_visit_quchong
GROUP BY `客户电话`) A
)

相关文章:

  • 2021-12-18
  • 2021-11-21
  • 2021-12-12
  • 2022-12-23
  • 2021-09-25
  • 2021-12-18
  • 2021-12-09
猜你喜欢
  • 2021-12-24
  • 2022-12-23
  • 2021-08-04
相关资源
相似解决方案