Skip to content
Advertisement

Mysql how to connect 2 subqueries

I have this mysql code:

My code returns 2 different result set in mysql workbench.

Is there any way I can connect those 2 result sets?

Advertisement

Answer

You can use double join clause among three tables :

including distinct keyword.

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