站点图标 度崩网-几度崩溃

如何使用oracle伪列删除表中重复记录?

delete from table twhere t.rowid != (selectmax(t1.rowid)fromtable t1 wheret1.name=t.name)