hello,
I need to obtain a set of data filtered by date, but only by month and year (I don't want to know the day) I mean applying a mask.
For example: I'd like to fetch all rows where my startDate and endDate are inside 2007/January, the hole month
Is this possible?
thanks a lot