Hi,
I have four tables Tab1,Tab2,Tab3 and Tab4
and I need to create a fifth table using values
from Tab1 and Tab4 but there are no common columns
between Tab1 and Tab4. However, there are common
columns beween.
Tab1 and Tab2
Tab2 and Tab3
Tab3 and Tab4
Table Columns
---- -------
Tab1 b_number, S_NUMBER
Tab2 S_NUMBER, ac_id
Tab3 ac_id, r_id
Tab4 r_id, s_des
I need to write 'b_number', 'S_NUMBER' and 's_des' to a
new table.
Any help would be appreciated.
Thanks.
Ton
I have four tables Tab1,Tab2,Tab3 and Tab4
and I need to create a fifth table using values
from Tab1 and Tab4 but there are no common columns
between Tab1 and Tab4. However, there are common
columns beween.
Tab1 and Tab2
Tab2 and Tab3
Tab3 and Tab4
Table Columns
---- -------
Tab1 b_number, S_NUMBER
Tab2 S_NUMBER, ac_id
Tab3 ac_id, r_id
Tab4 r_id, s_des
I need to write 'b_number', 'S_NUMBER' and 's_des' to a
new table.
Any help would be appreciated.
Thanks.
Ton