2015年3月14日
摘要: 1.有可区分的主键,其他数据相同select * from 表名 dl where dl.id not in (select min(d.id) from表名dgroup by 重复列)2.重复数据只能通过RowNum、RowId区分的数据select * from 表名 where rowid i... 阅读全文
posted @ 2015-03-14 17:34 tomfang 阅读(403) 评论(0) 推荐(0) 编辑