雄 的二亩自留地tmall.blog.chinaunix.net
xylonw
全部博文(47)
Velocity(1)
Swing(1)
Util(3)
JDK(0)
Heartbeat(1)
2015年(2)
2012年(4)
2011年(4)
2010年(37)
billy_pi
劰劰
tyuthaob
焱火炎66
mGarlic
xnk9499
itpubiam
mars_wgj
limengji
ltmprogr
分类: Oracle
2010-06-12 11:27:05
delete from t_info_class_relationship a
/* 查询所有的俩个外键重复的外键id */where (a.info_id,a.class_id) in (select info_id,class_id from t_info_class_relationship group by info_id,class_id having count(*) > 1)
/* 除去第一条记录 */and rowid not in (select min(rowid) from t_info_class_relationship group by info_id,class_id having count(*)>1)
上一篇:Hibernate 异常归档
下一篇:SVN 地址集合
登录 注册