阅读背景:

删除两个相同的数据

来源:互联网 
Delete from t_book where t_id in (select id from (select max(t1.t_id) id from t_book t1 group by t1.t_name having count(1)>1) ab);Delete from t_book where t_id in (select id



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: