From 3a7b2d5ba06460651388ffaac75b1abd7936a170 Mon Sep 17 00:00:00 2001 From: Hongze Cheng Date: Fri, 26 Apr 2024 14:41:41 +0800 Subject: [PATCH] more --- docs/en/12-taos-sql/03-table.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/12-taos-sql/03-table.md b/docs/en/12-taos-sql/03-table.md index 762ea16e83..4afca2dec6 100644 --- a/docs/en/12-taos-sql/03-table.md +++ b/docs/en/12-taos-sql/03-table.md @@ -108,7 +108,7 @@ You can perform the following modifications on existing tables: 2. DROP COLUMN: deletes a column from the supertable. 3. MODIFY COLUMN: changes the length of the data type specified for the column. Note that you can only specify a length greater than the current length. 4. RENAME COLUMN: renames a specified column in the table. -5. The primary key column a table cannot be modified or added or deleted using ADD/DROP COLUMN. +5. The primary key column of a table cannot be modified or added or deleted using ADD/DROP COLUMN. ### Add a Column