php – MySQL:从类别中获取帖子

我正在尝试学习MySQL,所以我创建了一个小博客系统.我在MySQL中有3个表:帖子:id | title —————- 1 | Post Title 1 2 | Post Title 2 类别:id | title | parent ——–

返回顶部