摘要: 1。如果有ID字段,就是具有唯一性的字段 delect table where id not in ( select max(id) from table group by col1,col2,col3... ) group by 子句后跟的字段就是你用来判断重复的条件,如只有col1,... 阅读全文
posted @ 2007-04-13 17:33 Dragon-China 阅读(6588) 评论(2) 推荐(0) 编辑