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

Commit 110b660

Browse files
authored
Update Label as a reserved keyword for SQL DW
1 parent 9fb4b39 commit 110b660

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

docs/t-sql/language-elements/reserved-keywords-transact-sql.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ monikerRange: ">= aps-pdw-2016 || = azuresqldb-current || = azure-sqldw-latest |
2929

3030
[!INCLUDE[msCoName](../../includes/msconame-md.md)] [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] uses reserved keywords for defining, manipulating, and accessing databases. Reserved keywords are part of the grammar of the [!INCLUDE[tsql](../../includes/tsql-md.md)] language that is used by [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] to parse and understand [!INCLUDE[tsql](../../includes/tsql-md.md)] statements and batches. Although it is syntactically possible to use [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] reserved keywords as identifiers and object names in [!INCLUDE[tsql](../../includes/tsql-md.md)] scripts, you can do this only by using delimited identifiers.
3131

32-
The following table lists [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] reserved keywords.
32+
The following table lists [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] and SQL Data Warehouse reserved keywords.
3333

3434
||||
3535
|-|-|-|
@@ -94,7 +94,13 @@ monikerRange: ">= aps-pdw-2016 || = azuresqldb-current || = azure-sqldw-latest |
9494
|EXEC|PRECISION|WITH|
9595
|EXECUTE|PRIMARY|WITHIN GROUP|
9696
|EXISTS|PRINT|WRITETEXT|
97-
|EXIT|PROC||
97+
|EXIT|PROC||
98+
99+
The following table lists reserved keywords that are exclusive to **SQL Data Warehouse**.
100+
101+
|||
102+
|-|-|
103+
|**Label**||
98104

99105
Additionally, the ISO standard defines a list of reserved keywords. Avoid using ISO reserved keywords for object names and identifiers. The ODBC reserved keyword list, shown in the following table, is the same as the ISO reserved keyword list.
100106

0 commit comments

Comments
 (0)