热门

最新

红包

立Flag

投票

同城

我的

发布
ozisefengye1
ptc学习者
4 年前
trueozisefengye1

delete from t2

    where rowid <>( select min(rowid)

                     from t2 b

                     where b.c1 = t2.c1

                       and b.c2 = t2.c2 )

删除重复

CSDN App 扫码分享
分享
评论
点赞
打赏
  • 复制链接
  • 举报
下一条:
delete from t2    where rowid <>( select min(rowid)                     from t2 b                     where b.c1 = t2.c1                       and b.c2 = t2.c2 )
立即登录