Incorporate Comments 1
Project: http://git-wip-us.apache.org/repos/asf/trafodion/repo Commit: http://git-wip-us.apache.org/repos/asf/trafodion/commit/a3c9442a Tree: http://git-wip-us.apache.org/repos/asf/trafodion/tree/a3c9442a Diff: http://git-wip-us.apache.org/repos/asf/trafodion/diff/a3c9442a Branch: refs/heads/master Commit: a3c9442aeea5a8473422432dd41e8e53c0f0f38c Parents: 059a65f Author: liu.yu <[email protected]> Authored: Wed Jul 25 13:47:36 2018 +0800 Committer: liu.yu <[email protected]> Committed: Wed Jul 25 13:47:36 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/a3c9442a/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 2bc8f47..8361747 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 @@ -4551,12 +4551,12 @@ a| * `_datetime-expression_` + a| * `_datetime-expression_` + 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 if the leap year begins on Saturday. +* The value *54* is returned for a datetime that occurs in the last full or partial week of the leap year if the leap year begins on Saturday. a| * `_datetime-expression_` ** DATE
