摘要: 数据库的使用过程中由于程序方面的问题有时候会碰到重复数据,重复数据导致了数据库部分设置不能正确设置……   方法一declare @max integer,@id integerdeclare cur_rows cursor local for select 主字段,count(*) from 表名 group by 主字段 having count(*) > 1op... 阅读全文
posted @ 2009-11-13 11:41 努力偷懒 阅读(352) 评论(0) 推荐(0) 编辑