You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by lu...@apache.org on 2023/04/27 15:22:16 UTC

[doris] branch master updated: Update CHAR.md (#19154)

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 dfa3fd1bcf Update CHAR.md (#19154)
dfa3fd1bcf is described below

commit dfa3fd1bcff21eeefffd0d09b5f4fe93741d576c
Author: jiugem <ma...@163.com>
AuthorDate: Thu Apr 27 23:22:09 2023 +0800

    Update CHAR.md (#19154)
---
 docs/zh-CN/docs/sql-manual/sql-reference/Data-Types/CHAR.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/zh-CN/docs/sql-manual/sql-reference/Data-Types/CHAR.md b/docs/zh-CN/docs/sql-manual/sql-reference/Data-Types/CHAR.md
index 007a7a2733..b4f0d9e315 100644
--- a/docs/zh-CN/docs/sql-manual/sql-reference/Data-Types/CHAR.md
+++ b/docs/zh-CN/docs/sql-manual/sql-reference/Data-Types/CHAR.md
@@ -27,7 +27,7 @@ under the License.
 ## CHAR
 ### description
     CHAR(M)
-    定长字符串,M代表的是定长字符串的长度。M的范围是1-255
+    定长字符串,M代表的是定长字符串的字节长度。M的范围是1-255
 
 ### keywords
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org