会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
自由空间 无限畅想
专注于.net 2.0
博客园
首页
新随笔
联系
订阅
管理
11 2006 档案
删除数据库中重复数据的几个方法
摘要:方法一 declare @max integer,@id integerdeclare cur_rows cursor local for select 主字段,count(*) from 表名 group by 主字段 having count(*) > 1open cur_rowsfetch cur_rows into @id,@maxwhile @@fetch_status=0begi...
阅读全文
posted @
2006-11-01 09:08
网鱼
阅读(625)
评论(0)
推荐(0)
公告