Date question
I have the following table:
tbl_jobs
======================
id date
======================
1 06-10-2010
2 06-15-2010
3 04-13-2010
4 05-05-2010
5 02-02-2010
I am trying to do a query on this table to be able to get all the id's that have a date with the month 06.
Does anyone know how i could do something like this?
