摘要: 从两个表中查询点赞数最高的5条博客信息,要求显示字段:(博文id,标题,点赞数,会员名) Select b.id,b.title,b.pcount,u.name from blog b,users,u where u.id=b.uid order by pcount desc limit 5 统计每 阅读全文
posted @ 2019-04-23 10:33 新月0717 阅读(146) 评论(0) 推荐(1) 编辑
摘要: 完整恢复数据=最后一次完整备份+增量备份 阅读全文
posted @ 2019-04-23 09:19 新月0717 阅读(126) 评论(0) 推荐(0) 编辑