I have three tables that I’m wondering If I should join, the tables are structured as follows:
members
member_id login
permissions
K_id member_id date
kcontent
K_id id content
ktitle
K_id title
What I’m trying to do is, that for a specific member (member_id)….get each K_id that each member is linked to, order them by date DESC, and then get the content from kcontent ordered by id and title from ktitle
Yes, you should.
Try something along these lines: