delete ad from ad AS a ,(select top 1 id from ad) AS b where a.id =b.id

ad 为表名  id 为表ad里面的字段.

相关文章:

  • 2021-12-30
  • 2022-12-23
  • 2021-09-11
  • 2022-12-23
  • 2022-01-10
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-08-04
  • 2021-06-25
  • 2021-09-04
相关资源
相似解决方案