Skip to content
Advertisement

Tag: left-join

Combine Two Queries into One?

I have a MySQL query that selects all audioids from a certain user in a subscribe table. I then have another query which takes this list of audioids and matches them against a field called opids in a table called audioposts. It then selects the titles from that audioposts table and joins the users from a users table at the

Advertisement