Oracle 删除重复数据
摘要:--查看重复数据的条数 select count(*) ,count(distinct ROLE_ID||TARGET_ID )from P_SYS_FUNC_ROLE --删除重复的数据 delete from P_SYS_FUNC_ROLE a where rowid>(select min(b
阅读全文
posted @ 2020-08-21 16:21
posted @ 2020-08-21 16:21
posted @ 2019-09-03 17:11
posted @ 2019-09-03 17:08
posted @ 2018-12-08 18:14
posted @ 2017-05-10 09:11
posted @ 2016-01-05 10:22