如何删除存在多个重复记录中的一个

delete from i a where a.rowid<(select max(rowid) from i b where a.no=b.no)

 

posted @ 2013-04-25 21:42  NW_KNIFE  阅读(170)  评论(0编辑  收藏  举报