bobhan1 commented on code in PR #1510: URL: https://github.com/apache/doris-website/pull/1510#discussion_r1895600658
########## docs/table-design/auto-increment.md: ########## @@ -60,7 +80,7 @@ To use auto-increment columns, you need to add the `AUTO_INCREMENT` attribute to "replication_allocation" = "tag.location.default: 3" ); -2. Creating a Duplicate table with one key column as an auto-increment column, and set start value is 100: +2. Creating a duplicate table with an auto-increment column as one of the key columns, and setting the starting value to 100. Review Comment: ```suggestion 2. Creating a duplicate table with an auto-increment column as the key column, and setting the starting value to 100. ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org