Mega Code Archive

 
Categories / MSSQL Tutorial / Date Functions
 

Select DATEADD(month, 1, 2002-09-30 11

2> 3> 4> select DATEADD(month, 1, '2002-09-30 11:35:00') 5> GO ----------------------- 2002-10-30 11:35:00.000 (1 rows affected)