You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafodion.apache.org by li...@apache.org on 2019/01/21 03:20:41 UTC

[trafodion] 01/03: [TRAFODION-3258] Fix Typos in Trafodion SQL Reference Manual

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 3c44bd632da8863e930258eec1f924aef6783e81
Author: Yu Liu <qw...@hotmail.com>
AuthorDate: Mon Jan 21 11:15:25 2019 +0800

    [TRAFODION-3258] Fix Typos in Trafodion SQL Reference Manual
---
 .../asciidoc/_chapters/sql_functions_and_expressions.adoc    | 12 ++++++------
 1 file changed, 6 insertions(+), 6 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 bf0aa77..45796ed 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
@@ -525,7 +525,7 @@ ACOS (COS (0.3491))
 
 <<<
 [[add_months_function]]
-=== ADD_MONTHS Function
+== ADD_MONTHS Function
 
 The ADD_MONTHS function adds the integer number of months specified by
 _int_expr_ to _datetime_expr_ and normalizes the result. ADD_MONTHS is a {project-name} SQL
@@ -1930,7 +1930,7 @@ CEILING (2.25)
 
 <<<
 [[char_function]]
-=== CHAR Function
+== CHAR Function
 
 The CHAR function returns the character that has the specified code
 value, which must be of exact numeric with scale 0.
@@ -2409,7 +2409,7 @@ COS (0.3491)
 
 <<<
 [[cosh_function]]
-=== COSH Function
+== COSH Function
 
 The COSH function returns the hyperbolic cosine of a numeric value
 expression, where the expression is an angle expressed in radians.
@@ -5629,7 +5629,7 @@ See <<ucase_function,UCASE Function>>.
 
 <<<
 [[left_function]]
-=== LEFT Function
+== LEFT Function
 
 The LEFT function returns the leftmost specified number of characters
 from a character expression. Every character, including multi-byte
@@ -5786,7 +5786,7 @@ LOG (2.0)
 
 <<<
 [[log10_function]]
-=== LOG10 Function
+== LOG10 Function
 
 The LOG10 function returns the base 10 logarithm of a numeric value
 expression.
@@ -6810,7 +6810,7 @@ FROM mining.seqfcn SEQUENCE BY ts;
 
 <<<
 [[nullif_function]]
-=== NULLIF Function
+== NULLIF Function
 
 The NULLIF function compares the value of two expressions. Both
 expressions must be of comparable types. The return value is NULL when