Mega Code Archive

 
Categories / MSSQL / Date Timezone
 

Adding to a Date Using the Addition Operator

3> 4> SELECT 5>   GETDATE () + 1.5 6> GO ----------------------- 2007-10-23 13:16:54.380 (1 rows affected)