MySQL :- select by month
- by Pankaj
how can i get record from table using month/year? I have a table like
Project
Name - varchar
DueDate -datetime
Status -boll
DueDate is project due date, i want record corresponding to month/year,not full date, i mean record for specific month.
How can i do this in mysql