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 81b914725e7f74717d192c3787a999774cb1a534
Author: Yu Liu <qwerty...@hotmail.com>
AuthorDate: Mon Jan 21 11:17:42 2019 +0800

    Fix More
---
 .../src/asciidoc/_chapters/sql_functions_and_expressions.adoc  | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

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 45796ed..06d309f 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
@@ -7020,7 +7020,7 @@ OCTET_LENGTH ('Robert')
 
 <<<
 [[offset_function]]
-=== OFFSET Function
+== OFFSET Function
 
 The OFFSET function is a sequence function that retrieves columns from
 previous rows of an intermediate result table ordered by a SEQUENCE BY
@@ -8437,7 +8437,7 @@ min_i1
 
 <<<
 [[runningstddev_function]]
-=== RUNNINGSTDDEV Function
+== RUNNINGSTDDEV Function
 
 The RUNNINGSTDDEV function is a sequence function that returns the
 standard deviation of non-null values of a column up to and including the
@@ -8793,7 +8793,7 @@ SINH (1.25)
 
 <<<
 [[space_function]]
-=== SPACE Function
+== SPACE Function
 
 The SPACE function returns a character string consisting of a specified
 number of spaces, each of which is 0x20 or 0x0020, depending on the
@@ -9659,7 +9659,7 @@ TAN (0.3491)
 
 <<<
 [[tanh_function]]
-=== TANH Function
+== TANH Function
 
 The TANH function returns the hyperbolic tangent of a numeric value
 expression, where the expression is an angle expressed in radians.
@@ -11126,7 +11126,7 @@ See <<lcase_function,LCASE Function>>.
 
 <<<
 [[upper_function]]
-=== UPPER Function
+== UPPER Function
 
 The UPPER function up-shifts alphanumeric characters. For
 non-alphanumeric characters, UCASE returns the same character. UPPER can

Reply via email to