`

oracle去除重复数据

 
阅读更多
delete   from table a
where rowid!=(select   max(rowid)   from table b where a.ent_name=b.ent_name)
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics