delete table repeat data
摘要:方法一declare @max integer,@id integerdeclare cur_rows cursor local for select 主字段,count(*) from 表名 group by 主字段 having count(*) > 1open cur_rowsfetch c...
阅读全文
posted @ 2007-01-29 14:07
posted @ 2007-01-29 14:07
posted @ 2007-01-18 08:51
posted @ 2007-01-16 18:00
posted @ 2007-01-12 17:36
posted @ 2007-01-10 19:22
posted @ 2007-01-09 19:25