您的位置:首页 > 数据库 > Oracle

删除表中重复的数据(oracle,sql)

2008-05-24 16:00 411 查看
delete from tb where id in (select a.id from tb a,tb b where a.url like '%j=l%' and a.url=b.url and a.id<b.id )
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: