We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f61d6cf + bb98f7e commit e606285Copy full SHA for e606285
1 file changed
docs/t-sql/language-elements/add-transact-sql.md
@@ -1,4 +1,4 @@
1
----
+---
2
title: "+ (Addition) (Transact-SQL) | Microsoft Docs"
3
ms.custom: ""
4
ms.date: "03/16/2017"
@@ -74,7 +74,7 @@ GO
74
75
SET NOCOUNT ON
76
DECLARE @startdate datetime, @adddays int;
77
-SET @startdate = ''January 10, 1900 12:00 AM';
+SET @startdate = 'January 10, 1900 12:00 AM';
78
SET @adddays = 5;
79
SET NOCOUNT OFF;
80
SELECT @startdate + 1.25 AS 'Start Date',
0 commit comments