Incorporate Comments 3
Project: http://git-wip-us.apache.org/repos/asf/trafodion/repo Commit: http://git-wip-us.apache.org/repos/asf/trafodion/commit/831a8fbb Tree: http://git-wip-us.apache.org/repos/asf/trafodion/tree/831a8fbb Diff: http://git-wip-us.apache.org/repos/asf/trafodion/diff/831a8fbb Branch: refs/heads/master Commit: 831a8fbbdf7c324a56b645602e7dab2ef52bd19e Parents: 1a4fbfe Author: liu.yu <[email protected]> Authored: Thu Jul 26 09:47:14 2018 +0800 Committer: liu.yu <[email protected]> Committed: Thu Jul 26 09:47:14 2018 +0800 ---------------------------------------------------------------------- .../asciidoc/_chapters/sql_functions_and_expressions.adoc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafodion/blob/831a8fbb/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 342dc62..adba842 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 @@ -9246,12 +9246,12 @@ a| * `_datetime-expression_` | 'WW' a| Week of year. + -* The value 1 is returned for datetime that occurs in the first 7 days of the year if the year begins on Sunday. + -Otherwise, the value 1 is returned for datetime that occurs in the partial week before the start of the first Sunday. +* The value 1 is returned for a datetime that occurs in the first 7 days of the year if the year begins on Sunday. + +Otherwise, the value 1 is returned for a datetime that occurs in the partial week before the start of the first Sunday. -* The value *53* is returned for datetime that occurs in the last full or partial week of the year. +* The value *53* is returned for a datetime that occurs in the last full or partial week of the year. -* The value *54* is returned for datetime that occurs in the last full or partial week of the leap year where begins on Saturday. +* The value *54* is returned for a datetime that occurs in the last full or partial week of the leap year where begins on Saturday. a| * `_datetime-expression_` ** DATE
