This is an automated email from the ASF dual-hosted git repository. yiguolei 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 7241c156ed [doc](decimalv3) add label for decimalv3 (#15148) 7241c156ed is described below commit 7241c156ed928328084af039d1d87f29c68299f3 Author: Gabriel <gabrielleeb...@gmail.com> AuthorDate: Sat Dec 17 21:35:23 2022 +0800 [doc](decimalv3) add label for decimalv3 (#15148) --- docs/en/docs/sql-manual/sql-reference/Data-Types/DECIMALV3.md | 7 +++++++ docs/zh-CN/docs/sql-manual/sql-reference/Data-Types/DECIMALV3.md | 7 +++++++ 2 files changed, 14 insertions(+) diff --git a/docs/en/docs/sql-manual/sql-reference/Data-Types/DECIMALV3.md b/docs/en/docs/sql-manual/sql-reference/Data-Types/DECIMALV3.md index 2197507e57..c5d5c7d10b 100644 --- a/docs/en/docs/sql-manual/sql-reference/Data-Types/DECIMALV3.md +++ b/docs/en/docs/sql-manual/sql-reference/Data-Types/DECIMALV3.md @@ -25,6 +25,13 @@ under the License. --> ## DECIMALV3 + +<version since="1.2.1"> + +DECIMALV3 + +</version> + ### Description DECIMALV3 (M [,D]) diff --git a/docs/zh-CN/docs/sql-manual/sql-reference/Data-Types/DECIMALV3.md b/docs/zh-CN/docs/sql-manual/sql-reference/Data-Types/DECIMALV3.md index e21b3ff357..4d238ddc70 100644 --- a/docs/zh-CN/docs/sql-manual/sql-reference/Data-Types/DECIMALV3.md +++ b/docs/zh-CN/docs/sql-manual/sql-reference/Data-Types/DECIMALV3.md @@ -25,6 +25,13 @@ under the License. --> ## DECIMALV3 + +<version since="1.2.1"> + +DECIMALV3 + +</version> + ### description DECIMALV3(M[,D]) 高精度定点数,M 代表一共有多少个有效数字(precision),D 代表小数位有多少数字(scale), --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org