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

Commit e47e8b5

Browse files
authored
Merge pull request #11252 from WilliamAntonRohm/issue-2493
sql-docs issue 2493 -- line termination characters
2 parents e86a045 + 7d5683a commit e47e8b5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "-- (Comment) (Transact-SQL) | Microsoft Docs"
33
ms.custom: ""
4-
ms.date: "03/15/2017"
4+
ms.date: "07/25/2019"
55
ms.prod: sql
66
ms.prod_service: "database-engine, sql-database, sql-data-warehouse, pdw"
77
ms.reviewer: ""
@@ -42,7 +42,7 @@ monikerRange: ">=aps-pdw-2016||=azuresqldb-current||=azure-sqldw-latest||>=sql-s
4242
Is the character string that contains the text of the comment.
4343

4444
## Remarks
45-
Use two hyphens (--) for single-line or nested comments. Comments inserted with -- are terminated by the newline character. There is no maximum length for comments. The following table lists the keyboard shortcuts that you can use to comment or uncomment text.
45+
Use two hyphens (**--**) for single-line or nested comments. Comments inserted with **--** are terminated by a new line, which is specified with a carriage return character (U+000A), line feed character (U+000D), or a combination of the two. There is no maximum length for comments. The following table lists the keyboard shortcuts that you can use to comment or uncomment text.
4646

4747
|Action|Standard|
4848
|------------|--------------|

0 commit comments

Comments
 (0)