Hello Community. I'm using In-DB tools today, connecting to a server.
I have a standard SQL date field. I want to filter on the month and year only. I know that I can use the Filter tool and enter a BETWEEN date range, however, I need to enter each month range for an entire year.
"DEMAND_DATE" BETWEEN '2016-02-01'
AND
'2016-02-28'
I do not want to have to enter 12 filters for each month of each year and make sure that I have the correct number of days in each month. I get an error when trying to look for '2016-02-01' AND '2016-02-31' because the computer is smart enough to know that there are not 31 days in February 
Also, I need to do this for 3 years in one workflow, that's 36 filters!
Am I missing a simple step to either do a fuzzy filter or something?
THANKS!