S
SpookiePower
I have a date/time field where a date look
like this 31-12-2006 24:00:00
Now I want to get all the records with august month.
I have tryed to use this SQL -
SELECT * from tabel where daReportDate(month) = 08
But it does not work.
How do I search on a month ?
like this 31-12-2006 24:00:00
Now I want to get all the records with august month.
I have tryed to use this SQL -
SELECT * from tabel where daReportDate(month) = 08
But it does not work.
How do I search on a month ?