|
How to select date range of current month from mysql?
Greetings,
I am trying to make a select statement that will only get records from the current month. The dates are all stored in mysql in the standard format (yyyy-mm-dd), is there anyway to compare this field with a current month function?
Thanks!
|