I have a table "Subscriptions" .
Subscriptions contains the columns "ChannelID" & "MemberID".
The "Channels" table contains a column called "Title"
When someone is viewing a channel, I would like to display "Members
who subscribe to this channel also subscribe to ..." and then list the
Titles of 3 or 4 channels ordered by the most popular.
I'm having trouble coming up with the correct MySQL syntax. Has
someone here done something like this before?
Subscriptions contains the columns "ChannelID" & "MemberID".
The "Channels" table contains a column called "Title"
When someone is viewing a channel, I would like to display "Members
who subscribe to this channel also subscribe to ..." and then list the
Titles of 3 or 4 channels ordered by the most popular.
I'm having trouble coming up with the correct MySQL syntax. Has
someone here done something like this before?
Comment