This question already has an answer here:
- Select current months records mysql from timestamp column 8 answers
- How do I select between the 1st day of the current month and current day in MySQL? 13 answers
How can I select Current Month records from a table of MySql database??
Like now current month is January. I would like to get records of January Month, Where data type of my table column is timestamp
.I would like to know the sql query.
Thanks