SQL Server DATEADD use of date functions

Source: Internet
Author: User

DATEADD Date Function

The DATEADD () function adds or subtracts a specified time interval from a date.

Day:
Add two days to the current date

Select DATEADD (Day,2,'2014-12-30')-  on Select DATEADD (DD,2,'2014-12-30'

Month:
Add two months to the current date

Select DATEADD(MM,2,'2014-12-30'Results -- Geneva- - Select DATEADD(MONTH,2,'2014-12-30'Results -- Geneva- - 

Years:
Add two years to the current date

Select DATEADD(YY,2,'2014-12-30'Results .- A- - Select DATEADD( Year,2,'2014-12-30'Results .- A- -


Grammar

DATEADD (Datepart,number,date)
The date parameter is a valid day expression. Number
is the number of intervals you want to add; for future time, this number is positive, and for the past time, this number is negative.


The datepart parameter can be the following value:
DatePart abbreviation
Year yy, yyyy
Quarterly QQ, Q
month mm, M
The day of the year dy, y
Day DD, D
Zhou Wk, ww
Week DW, W
Hour HH
Minutes mi, n
SEC SS, S
Ms MS
Subtle MCs
nanosecond NS

SQL Server DATEADD use of date functions

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.