删除数据库中出现得重复数据得sql语句! delete from table1   from   table1   a   where   exists(select   *   from   table1   where   a.YX_ID<YX_ID   and   a.zdvalue4=zdvalue4)  


删除数据库中出现得重复数据得sql语句!SELECT   top(11)  *  FROM         c86_addis  AS  a  WHERE not exists (SELECT   *  FROM          c86_addis  WHERE     a.addis_id < addis_id AND   a.phone = phone and   addis_pro=5 and firstmsg_id=8 )  and   addis_pro=5 and firstmsg_id=8 
这句是查询出不重复得语句

相关文章:

  • 2021-09-24
  • 2021-10-19
  • 2021-11-13
  • 2022-12-23
  • 2022-01-20
猜你喜欢
  • 2022-12-23
  • 2021-05-24
  • 2022-12-23
  • 2021-09-16
  • 2022-12-23
  • 2021-06-28
  • 2021-04-06
相关资源
相似解决方案