This is an automated email from the ASF dual-hosted git repository. liuyu pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/trafodion.git
commit 58486708caa0799ae82b435a7ea2b04e14239fc2 Author: Yu Liu <qwerty...@hotmail.com> AuthorDate: Sat Mar 30 12:37:47 2019 +0800 Incorporate comments 1 --- .../src/asciidoc/_chapters/sql_functions_and_expressions.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sql_reference/src/asciidoc/_chapters/sql_functions_and_expressions.adoc b/docs/sql_reference/src/asciidoc/_chapters/sql_functions_and_expressions.adoc index 589774e..92acde3 100644 --- a/docs/sql_reference/src/asciidoc/_chapters/sql_functions_and_expressions.adoc +++ b/docs/sql_reference/src/asciidoc/_chapters/sql_functions_and_expressions.adoc @@ -7108,7 +7108,7 @@ is the position at which to begin the overlay. NOTE: The `_start_` must be an integer greater than or equal to 1. + -NOTE: If the `_start_` is greater than the length of the `_source-string_`, then the `_replacement-string_` is simply appended. +NOTE: If `_start_` is greater than the length of the `_source-string_`, then the `_replacement-string_` is simply appended. + *Example*