Skip to content
Advertisement

MySQL combine counts on columns from two tables

Is there a way to combine these two queries into one where table1.column1 = table2.column1 so that it would return the following?

Advertisement

Answer

Use subquerys and INNER JOIN

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