I've got a sql string and what I'm trying to do is this:
select * from table where invdte between current_date and current_date - 3 months.
Basically I want everything thats between the date today and the date 3 months ago... just not sure how to get the three months ago part....
Software Engineer
Team Lead
damn bill gates, he has everything
select * from table where invdte between current_date and current_date - 3 months.
Basically I want everything thats between the date today and the date 3 months ago... just not sure how to get the three months ago part....
Software Engineer
Team Lead
damn bill gates, he has everything