SQL(根据自己需要改列名、表名):

delete from tableA where id not in (select min(id) from tableA group by name,age)

相关文章:

  • 2021-12-29
  • 2021-09-20
  • 2022-01-15
  • 2021-06-25
  • 2021-07-10
  • 2021-07-19
  • 2021-10-14
猜你喜欢
  • 2022-12-23
  • 2021-06-06
  • 2022-03-10
  • 2022-12-23
  • 2022-12-23
  • 2021-09-11
  • 2021-11-29
相关资源
相似解决方案