Administrators Nathan Posted May 4, 2012 Administrators Share Posted May 4, 2012 With this example I was trying to subtract 30 days from the current date. You can do this with the dateadd() function in MSSQL. select getdate(day,-30,getdate()) Thomas 1 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.