在dede后台
系统-》SQL命令行工具运行下以命令即可(注意,运行后未审核的数据全被删除,小心使用)
delete from `dede_archives` where arcrank=-1; |
标签:
sql语句清除
在dede后台
系统-》SQL命令行工具运行下以命令即可(注意,运行后未审核的数据全被删除,小心使用)
delete from `dede_archives` where arcrank=-1; |