delete删除指定行数间的记录(mysql)

命令行中运行,指定字段:

delete from table where id in (select  id from (select id from table limit m,n) as temp)

猜你喜欢

转载自blog.csdn.net/c_shell_python/article/details/82781560
今日推荐