dedecms织梦如何删除所有的文章?dede一键删除所有文章的SQL命令: DELETE FROM dede_addonarticle WHERE aid = 1 and aid=200000; DELETE FROM dede_arctiny WHERE id = 1 and id=200000; DELETE FROM dede_archives WHERE id = 1 and id=2000...
在系统-sql里执行下面指令就可以了 dede一键删除所有文章的SQL命令: DELETE FROM dede_addonarticle WHERE aid = 1 and aid=200000; DELETE FROM dede_arctiny WHERE id = 1 and id=200000; DELETE FROM dede_archives WHERE id = 1 and id=...
dedecms一键清空内容回收站SQL命令 后台-系统-SQL命令行工具 中运行: delete dede_addonarticle,dede_archives,dede_arctiny from dede_addonarticle,dede_archives,dede_arctiny where dede_addonarticle.aid=dede_archives.id and dede_arct...