Hello all
I am working with oracle 10i
I need to join 3 tables in 1 sql statements. (please see attached)
it looks simple, but i have spent many hours without any luck,
each table have 3 identical columns and several different columns i need to join all the tables and all the records from each table.
i have tried the full join in 2 tables but i get all records from 1 table and only the repiting records from the second table, but i am not getting the no matching recors from the second table.
Of corse in reality these tables are much more complex, but this will give me an idea.
Please help, any suggestion is well appreciated. Thanks a lot
I am working with oracle 10i
I need to join 3 tables in 1 sql statements. (please see attached)
it looks simple, but i have spent many hours without any luck,
each table have 3 identical columns and several different columns i need to join all the tables and all the records from each table.
i have tried the full join in 2 tables but i get all records from 1 table and only the repiting records from the second table, but i am not getting the no matching recors from the second table.
Of corse in reality these tables are much more complex, but this will give me an idea.
Please help, any suggestion is well appreciated. Thanks a lot
Comment