DATEADD (intervalstring, integer, date)

This adds integer to date corresponding to the interval intervalString.

Valid intervals are d,dd,w,ww,m,mm,q,y,yy,yyyy,h,hh,n,s

Example:

dateadd ( ‘m’,1,’2010-01-01’ ) 
Was this article helpful?
0 out of 0 found this helpful

Comments

0 comments

Please sign in to leave a comment.