Repository: trafodion Updated Branches: refs/heads/master 3cebebf8e -> b0fe80403 (forced update)
Incorporate Comments 2 Project: http://git-wip-us.apache.org/repos/asf/trafodion/repo Commit: http://git-wip-us.apache.org/repos/asf/trafodion/commit/1a4fbfea Tree: http://git-wip-us.apache.org/repos/asf/trafodion/tree/1a4fbfea Diff: http://git-wip-us.apache.org/repos/asf/trafodion/diff/1a4fbfea Branch: refs/heads/master Commit: 1a4fbfea628e1d6b531d2ef15208be16adaf44d3 Parents: 349e216 Author: liu.yu <[email protected]> Authored: Wed Jul 25 13:31:17 2018 +0800 Committer: liu.yu <[email protected]> Committed: Thu Jul 26 09:41:13 2018 +0800 ---------------------------------------------------------------------- .../src/asciidoc/_chapters/sql_functions_and_expressions.adoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafodion/blob/1a4fbfea/docs/sql_reference/src/asciidoc/_chapters/sql_functions_and_expressions.adoc ---------------------------------------------------------------------- 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 8b2cfc8..342dc62 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 @@ -9113,7 +9113,7 @@ a| * `_datetime-expression_` | 'DY' a| Name of day, which is a three-letter abbreviation for the day in uppercase. + -The following values are valid: + +The following values are returned: + * MON + @@ -9135,7 +9135,7 @@ a| * `_datetime-expression_` | 'DAY' a| Name of day, which is full uppercase day name padded with blanks to the length of 9 characters. + -The following values are valid: + +The following values are returned: + * MONDAY + @@ -9196,7 +9196,7 @@ a| * `_datetime-expression_` | 'MON' a| Month, which is a three-letter abbreviation for the month in uppercase. + -The following values are valid: + +The following values are returned: + * JAN +
