zhannngchen commented on code in PR #13872: URL: https://github.com/apache/doris/pull/13872#discussion_r1012890170
########## docs/en/docs/data-operate/update-delete/sequence-column-manual.md: ########## @@ -60,13 +60,21 @@ The principle is the same as the reading process during Base Compaction. When the Sequence column creates a table, an attribute is added to the property, which is used to identify the type import of `__DORIS_SEQUENCE_COL__`. The grammar design is mainly to add a mapping from the sequence column to other columns. The settings of each seed method will be described below introduce. #### Create Table -When you create the Uniq table, you can specify the sequence column type. +1. When you create the Uniq table, you can specify the mapping of sequence column to other columns. +```text +PROPERTIES ( + "function_column.sequence_col" = 'column_name', Review Comment: pls also update `create-table.md` -- 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