I have a Ticket_Date
column that is in the format YYYY-MM-DD HH:MI:SS
I want to check if the Ticket_date
is in the current month.
So far I have :
Ticket_date >= '2015-04-01' and Ticket_date < '2015-04-30'
but I need it to work with the current month rather then hardcoded