为了账号安全,请及时绑定邮箱和手机立即绑定

SqlServer批量删除数据

SqlServer批量删除数据

繁花不似锦 2018-08-08 09:10:12
表有id、哈希值(int)、哈希字符串(string)、下标(int)和其他列删除的时候不知道ID,只知道哈希值,哈希字符串,下标但是每条数据的哈希值,哈希字符串和下标都不一样删除的时候只能delete table where  (hashCode = 1 and hash = 'hash' and index = 1)or(hashCode = 2 and hash = 'hash2' and index = 2)or(hashCode = 3 and hash = 'hash3' and index = 3)这只是删了3条。。每次删除的数据都要在1W条以上。。速度太慢了。。。有什么好的
查看完整描述

1 回答

?
慕后森

TA贡献1802条经验 获得超5个赞

delete from table where hashCode in(select hashCode  from table)


查看完整回答
反对 回复 2018-08-20
  • 1 回答
  • 0 关注
  • 1632 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信