My mysql table has a DATE field, where the values are stored YYYY-MM-DD.
I want to SELECT entries where the DATE column contains a certain MONTH, like
SELECT * from my_table WHERE DATE contains AUGUST
is this possible - it should be. If so, what is the syntax. The MySQL site only tells how to get date values in, not out.
Thanks,
Dave