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 4.0.18-standard and PHP 4.3.3.
Looking forward to getting help!
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 4.0.18-standard and PHP 4.3.3.
Looking forward to getting help!