OK, so I have two tables (views actually) that both have the same structure. Each has a column with a date and a column with a numerical value.
The dates in both tables will be almost continuous and cover the same period. The data will consequently be largely the same, but a date in one table may not appear in the other.
I want to have one table, with one date column and two numerical columns. Where there is no date in one table, the corresponding numerical field should be null.
Any approaches out there?
PS This is not the same question: http://stackoverflow.com/questions/725556/how-can-i-merge-two-mysql-tables