SQL Server Transact Basic to Expert - Increase a data value by 10 daysKarthikeyan Anbarasan15yPublished Jun 16, 2011, 12:00 AMUpdated Jun 16, 2011, 8:58 AM2.9k00Reactions×25BlogThis blog shows how to do an increase a date value to 10 days in the output using SQL QueryExample:SELECT DATEADD(d, 10, '2/2/2011')The expected result would be 2011-02-12 00:00:00.000CommentsJoin the conversation! Your thoughts help the community grow.Sign in to leave a commentIt is the same account you read, post and publish with — and you will come straight back to this page.Sign inCreate an account
Join the conversation! Your thoughts help the community grow.