Query help
I have the following entries in my db:
tbl_jobs
=============================
jid date
=============================
1 05-13-2010
2 05-13-2010
3 05-05-2010
4 04-13-2010
5 03-05-2010
I am trying to figure out a query, that will only give me the entries for the month "05", does anyone know how i could do that?
I am using coldfusion 9 with mysql
