Hi
I have a collection of records in my db in a DATE column.
What I need to do is something like this literal example...
select * from table where DATECOL is in current month.
meaning, I want to be able to search for date in a month range.
I have tried several methods but am not getting anywhere yet.
Thanks for any help.
Regards
Darren