spiff2002
IS-IT--Management
- Jan 31, 2003
- 40
I'm working on MS-SQL 2000 and I'm trying to calculate the last day of the previous month, i.e.:
Today's date is 12/10/2003 after running the query using today's day as parameter I will get
11/30/2003
Is there a MS-SQL 2000 functions that can do this or has to be calculated with a whole bunch of case statements??
Today's date is 12/10/2003 after running the query using today's day as parameter I will get
11/30/2003
Is there a MS-SQL 2000 functions that can do this or has to be calculated with a whole bunch of case statements??