Hello all,
I have (what i hope to be) a simple question.
I received two tables from the same system that were used in different areas. These systems were not connected so, along the time, the tables definitions were independently changed. In simple words, Table_I has fields A, B, C, D and E and Table_II has fields A, B, D, F and H (actually each table has more than 150 fields, almost half of then not corresponding in the other table, thats why i'd like to avoid a too manual field creation process).
I would like to combine these two tables, keeping field aligment, i mean, the resulting field Table_III.A should have all records from Table_I.A and all records from Table_II.A, the resulting field Table_III.C the records from Table_I.C, plus the default value (or null) for the records from Table_II, which does not have C. And so on.
Hope that the explanation is clear enough. Pls, let me know if further details are needed.
BTW, if this is not the correct forum for this question, pls forgive me and point me in the correct direction.
Thank you in advance for any assistance.
Any help is always apreciated!
Thx,
4N6MSTR
______________________________________________
If you don't know where you are going
It does not matter how fast you are
You will never get there
I have (what i hope to be) a simple question.
I received two tables from the same system that were used in different areas. These systems were not connected so, along the time, the tables definitions were independently changed. In simple words, Table_I has fields A, B, C, D and E and Table_II has fields A, B, D, F and H (actually each table has more than 150 fields, almost half of then not corresponding in the other table, thats why i'd like to avoid a too manual field creation process).
I would like to combine these two tables, keeping field aligment, i mean, the resulting field Table_III.A should have all records from Table_I.A and all records from Table_II.A, the resulting field Table_III.C the records from Table_I.C, plus the default value (or null) for the records from Table_II, which does not have C. And so on.
Hope that the explanation is clear enough. Pls, let me know if further details are needed.
BTW, if this is not the correct forum for this question, pls forgive me and point me in the correct direction.
Thank you in advance for any assistance.
Any help is always apreciated!
Thx,
4N6MSTR
______________________________________________
If you don't know where you are going
It does not matter how fast you are
You will never get there