会员
周边
众包
新闻
博问
闪存
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
学亮
博客园
首页
新随笔
联系
订阅
管理
2015年6月25日
教你几种在SQLServer中删除重复数据方法(转)
摘要: 转载地址:http://www.jb51.net/article/22980.htm方法一 复制代码 代码如下:declare @max integer,@id integer declare cur_rows cursor local for select 主字段,count(*) from 表名...
阅读全文
posted @ 2015-06-25 13:26 学亮
阅读(519)
评论(1)
推荐(0)
公告