An Error Was Encountered

Error Number: 1146

Table 'steamcard.bb_topics' doesn't exist

SELECT p.post_text, p.post_time, t.topic_title, t.topic_slug, u.user_login, p.topic_id FROM (`bb_posts` p, `bb_topics` t, `bb_users` u) WHERE p.post_status = 0 AND p.forum_id = 2 AND p.topic_id = t.topic_id AND p.poster_id = u.ID and u.ID = 1 ORDER BY p.post_time desc LIMIT 10