delete from table where id in(select * from (SELECT id FROM table ORDER BY RAND() LIMIT 10000) a)
mysql随机删除数据
摘要: delete from table where id in(select * from (SELECT id FROM table ORDER BY RAND() LIMIT 10000)
237 阅读
← 返回技术栈