Hi,
I have a table with 2 date columns. I want to select all dates (rows) from column date1 that match a certain month and year. This is ok.
But I also want to select all rows where the month and year of column date2 match column date2 of the rows that where selected on column date1. If that makes sense!?
Is this possible in one mysql query or is there no other solution then first getting the matches on date1 and afterwards seperate querys for matches on column date1?
Thanks,
Raoul