MySQL :- select by month
Posted
by Pankaj
on Stack Overflow
See other posts from Stack Overflow
or by Pankaj
Published on 2010-06-08T12:49:31Z
Indexed on
2010/06/08
12:52 UTC
Read the original article
Hit count: 320
mysql
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
© Stack Overflow or respective owner