This is an automated email from the ASF dual-hosted git repository. luzhijing pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/master by this push: new e0ca4e061b Update CHAR.md (#19156) e0ca4e061b is described below commit e0ca4e061bd74e79c41ff0e534e19c4e938468ca Author: jiugem <mankeiw...@163.com> AuthorDate: Thu Apr 27 23:21:26 2023 +0800 Update CHAR.md (#19156) --- docs/en/docs/sql-manual/sql-reference/Data-Types/CHAR.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/docs/sql-manual/sql-reference/Data-Types/CHAR.md b/docs/en/docs/sql-manual/sql-reference/Data-Types/CHAR.md index ffbca3621c..d876498a4b 100644 --- a/docs/en/docs/sql-manual/sql-reference/Data-Types/CHAR.md +++ b/docs/en/docs/sql-manual/sql-reference/Data-Types/CHAR.md @@ -27,7 +27,7 @@ under the License. ## CHAR ### Description CHAR(M) -A fixed-length string, M represents the length of a fixed-length string. The range of M is 1-255. +A fixed-length string, M represents the byte length of a fixed-length string. The range of M is 1-255. ### keywords CHAR --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org