SELECT topics.id topicId,
topics.name topicName,
topics.closed topicClosed,
forums.lastTopicId forumLastTopicId,
forums.topicCount forumTopicCount,
forums.description forumDescription
FROM forums INNER JOIN members ON forums.lastPoster = members.id
The query isn't working at all, so I tried finding if query is incorrect, but before that I need to make the query work, to figure out why it's not working, to figure out how to fix it, so I can get result, which doesn't bring the result, it brings false.