How would I go about doing a query that returns results of all rows that contain dates for current year and month at the time of query.
Timestamps for each row are for
select * from someTable where year(myDt) = 2009 and month(myDt) = 9 and day(myDt) = 12