Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Commit e606285

Browse files
authored
Merge pull request #700 from osfancy/patch-6
Update add-transact-sql.md
2 parents f61d6cf + bb98f7e commit e606285

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/t-sql/language-elements/add-transact-sql.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
---
1+
---
22
title: "+ (Addition) (Transact-SQL) | Microsoft Docs"
33
ms.custom: ""
44
ms.date: "03/16/2017"
@@ -74,7 +74,7 @@ GO
7474
7575
SET NOCOUNT ON
7676
DECLARE @startdate datetime, @adddays int;
77-
SET @startdate = ''January 10, 1900 12:00 AM';
77+
SET @startdate = 'January 10, 1900 12:00 AM';
7878
SET @adddays = 5;
7979
SET NOCOUNT OFF;
8080
SELECT @startdate + 1.25 AS 'Start Date',

0 commit comments

Comments
 (0)