I have two tables in my database.
- Comments
- CommentsID
- MembersID
- CommentsBy
- CommentsDesc
- CommentsActive
- CommentsDateEntered
- NewsID
- News
- NewsID
- MembersID
- CategoriesID
- ImagesID
- NewsTitle
- NewsShortDesc
- NewsDesc
- NewsActive
I need to take top 5 commented news (active comments and active news) and list their titles using one query. I hope I made sense. But I am really confused here. Any suggestion appreciated.