Hi guys, recent disaster recovery with server has shown up some flaws in my sql statements.
First off, we're now running MySQL 4.1.19, i cant remember what we were running before.
I USED to be able to do
SELECT * FROM table WHERE MONTH(completion) = '6';
but now, i cant.
The field is a 255 character varchar field (dont ask why) and is in the format
dd/mm/yyyy
Id presume there is somewhere i can change the setup of mysql which would allow this to work, dont really fancy having to write it all out again.