摘要: 方法一 复制代码 代码如下: declare @max integer,@id integer declare cur_rows cursor local for select 主字段,count(*) from 表名 group by 主字段 having count(*) > 1 open c... 阅读全文
posted @ 2015-03-24 20:33 微笑点燃希望 阅读(816) 评论(0) 推荐(0) 编辑
font=white