自由空间 无限畅想

专注于.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 网鱼 阅读(421) | 评论 (0) 编辑

My Links

Blog Stats

News

搜索

 
 

常用链接

我的标签

随笔分类

随笔档案

相册

my link

最新评论

阅读排行榜

评论排行榜

推荐排行榜