摘要:
ORACLE重复记录处理已经在网上有一些简单SQL可供使用,但感觉还有改进之处。delete table1 where rowid not in ( select max(rowid) from table1 group by col1 ,col2 )上述方法可以删除重复的信息,保留的是相同字段中R... 阅读全文
posted @ 2011-05-04 15:27
yin138
阅读(181)
评论(0)
推荐(0)

浙公网安备 33010602011771号