Github user liuyu000 commented on a diff in the pull request: https://github.com/apache/incubator-trafodion/pull/1295#discussion_r151065065 --- Diff: docs/sql_reference/src/asciidoc/_chapters/sql_functions_and_expressions.adoc --- @@ -2573,7 +2573,7 @@ DATE_PART('year', date'12/05/2006') DATE_PART('day', TIMESTAMP '2006-12-31 11:59:59.999999') ``` -* This function returns the value 201 07. +* This function returns the value 2011 07. --- End diff -- Thanks for your reminding, yes it returns 201107. I've corrected. :)
---