Skip to content

Commit 261c74f

Browse files
authored
Merge pull request #31634 from MicrosoftDocs/FromPublicRepo
Confirm merge from FromPublicRepo to main to sync with https://github.com/MicrosoftDocs/sql-docs (branch live)
2 parents 9b2d23f + ba3f91b commit 261c74f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

docs/t-sql/statements/create-type-transact-sql.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Creates an alias data type or a user-defined type in the current da
44
author: markingmyname
55
ms.author: maghan
66
ms.reviewer: randolphwest
7-
ms.date: 12/11/2023
7+
ms.date: 08/22/2024
88
ms.service: sql
99
ms.subservice: t-sql
1010
ms.topic: reference
@@ -109,6 +109,7 @@ column_name AS computed_column_expression
109109
< table_index > ::=
110110
INDEX index_name
111111
[ CLUSTERED | NONCLUSTERED ] (column [ ASC | DESC ] [ , ...n ] )
112+
[INCLUDE (column, ...n)]
112113
```
113114

114115
User-defined memory optimized table types syntax:

0 commit comments

Comments
 (0)