该问题已被锁定!
2
关注
3841
浏览

从数据库删除数据之后,前台页面垃圾数据怎么处理?

AI智能回复搜索中,请稍后...

为什么被折叠? 0 个回复被折叠
fanta 超级管理员 用户来自于: 安徽省合肥市
2018-08-13 09:13
aws_posts_index 删除这个表中的废数据
delete from aws_posts_index where post_type = 'article' and post_id not in (select id from aws_article);
delete from aws_posts_index where post_type = 'question' and post_id not in (select question_id from aws_question);

关于作者

Draycen 注册会员

这家伙很懒,还没有设置简介

问题动态

发布时间
2018-08-13 08:47
更新时间
2018-08-13 09:13
关注人数
2 人关注

推荐内容

数据库出错 谁知道什么问题
wecenter 现在支持(兼容)开源数据库MariaDB吗?
点击首页右上角管理员图标下的管理按钮后显示object not found,如何搞定?
经常提示 System Error wc_sessions' is marked as crashed and should be repaired
空间搬移以前的数据有办法弄进来吗
官方是否考虑过mariadb数据库?
回答的赞和踩不算积分的吗?
连不上数据库,求指点啊啊
因为空间商原因不给修改数据库配置文件,导致数据插入修改报错,这么处理呢?
我修改了数据库,插入了该插入的表的值,怎样才能让它在主页显示我添加的文章?