C
chisholm.alexander
Hi Everyong-
I've got a database with many tables, each containing different
economic data for many countries. I want to be able to have all the
data in one table.
The problem is that some tables have different countries.
Example:
Table 1:
Italy 454
Germany 342
France 342
Table 2:
Italy 34
Ireland 12
France 23
Spain 23
Table 3:
Italy 454 34
Germany 342 -
France 343 23
Spain - 23
Does anyone have any advice???
Thanks
Alex
I've got a database with many tables, each containing different
economic data for many countries. I want to be able to have all the
data in one table.
The problem is that some tables have different countries.
Example:
Table 1:
Italy 454
Germany 342
France 342
Table 2:
Italy 34
Ireland 12
France 23
Spain 23
From this I would like a Table 3 similar to this:
Table 3:
Italy 454 34
Germany 342 -
France 343 23
Spain - 23
Does anyone have any advice???
Thanks
Alex