Skip to content

Commit 5686eb6

Browse files
authored
Update documentation/reference/sql/create-table.md
1 parent ecbe0d7 commit 5686eb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation/reference/sql/create-table.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ You can include multiple columns of different types in the `UPSERT KEYS` list.
211211
However, there are a few limitations to keep in mind:
212212

213213
- You must include the designated timestamp column
214-
- You cannot use an [ARRAY](/docs/reference/sql/datatypes) column
214+
- You cannot use an [`ARRAY`](/docs/reference/sql/datatypes) column
215215

216216
You can change the deduplication configuration at any time using `ALTER TABLE`:
217217

0 commit comments

Comments
 (0)