Hi,
I have 2 tables, one "new" and the other one called "old".
The thing is that the "new" one has more information (more columns) than the "old". So I can only do a Union query on the columns that do match, but it is possible to have the information from the columns in the "new" table added as well into that query?
Do I have to create the new columns in the "old" table before the Union query?
BR
I have 2 tables, one "new" and the other one called "old".
The thing is that the "new" one has more information (more columns) than the "old". So I can only do a Union query on the columns that do match, but it is possible to have the information from the columns in the "new" table added as well into that query?
Do I have to create the new columns in the "old" table before the Union query?
BR