SQL数据库内批量删除一定时间内文章的方法
- 网建应用
- 2023-12-26
- 57热度
- 0评论
在打开的文本框中输入以下命定并执行:
delete from wp_posts where `post_date` >=’2010-01-01 00:00:00′ and `post_date` < ‘2014-12-14 22:00:00:00’;
在打开的文本框中输入以下命定并执行:
delete from wp_posts where `post_date` >=’2010-01-01 00:00:00′ and `post_date` < ‘2014-12-14 22:00:00:00’;