Hi,
I have a 3 tables
Table 1 -Date Flow1
Table 2 -Date Flow2
Table 3 -Date Flow3
Date is the primary key and I would Like to have
one table with
Date ,flow1, flow2, flow3.
How do I do an inner join at once to get this table.
Thanks,
I have a 3 tables
Table 1 -Date Flow1
Table 2 -Date Flow2
Table 3 -Date Flow3
Date is the primary key and I would Like to have
one table with
Date ,flow1, flow2, flow3.
How do I do an inner join at once to get this table.
Thanks,