Skip to content
Advertisement

Using inner join instead of subquery

I wrote a query using a subquery, but I wonder if there is any way to write it using only inner join (or other joins) since it’s more efficient.

Thanks in advance.

Advertisement

Answer

Ended up using inner join:

User contributions licensed under: CC BY-SA
2 People found this is helpful
Advertisement