I have two tables, lets call them table1 and table2, and they both have the same field month, amongst other fields.
I want to select all the rows in both tables where the field month is equal to e.g. March.
I have tried various ways to to this, but it won't succeed.
I'm using MySQL...