Skip to content
Advertisement

Joining results from 3 tables with same date

I have 3 tables like this:

table1

table2

table3

I would like to write a query that shows a result for the same date on all three tables.

Desired result:

Advertisement

Answer

Are you looking for simple joins, as follows?

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