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’ )
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’ )
Comments
Please sign in to leave a comment.