I have two tables, which both contain events stored by date.
What I want to do is display rows of results from these, in date order - but I want to combine both tables and display them in the same set of results.
My table information:
Table 1:
date
appearanceid
Table 2:
date
halfappearanceid
In the context of the tables, appearanceid and halfappearanceid are the common field. So, my result will display a list of appearanceid and halfappearanceid results in date order, together.
If that makes sense, can anyone help?