I have a problem:
The table has the following scheme:
How can I write a query so that all topics are pulled out from blogs to which the user is subscribed?
In three queries:
Get blog id from blog_subscriptions
Get topics from topics by blog id
Get blogs from blogs by blog id
Wangyu Bathurt from join lovers...