We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5873129 + 9b8094c commit ad08a64Copy full SHA for ad08a64
1 file changed
docs/t-sql/statements/create-type-transact-sql.md
@@ -4,7 +4,7 @@ description: Creates an alias data type or a user-defined type in the current da
4
author: markingmyname
5
ms.author: maghan
6
ms.reviewer: randolphwest
7
-ms.date: 12/11/2023
+ms.date: 08/22/2024
8
ms.service: sql
9
ms.subservice: t-sql
10
ms.topic: reference
@@ -109,6 +109,7 @@ column_name AS computed_column_expression
109
< table_index > ::=
110
INDEX index_name
111
[ CLUSTERED | NONCLUSTERED ] (column [ ASC | DESC ] [ , ...n ] )
112
+ [INCLUDE (column, ...n)]
113
```
114
115
User-defined memory optimized table types syntax:
0 commit comments