Github user liuyu000 commented on a diff in the pull request:
https://github.com/apache/trafodion/pull/1486#discussion_r176313210
--- Diff:
docs/sql_reference/src/asciidoc/_chapters/sql_functions_and_expressions.adoc ---
@@ -150,67 +150,109 @@ See the individual entry for the function.
== Datetime Functions
These functions use either a datetime value expression as an argument or
-return a result of datetime data type:
+return a result of DATETIME, VALUE or CHAR:
--- End diff --
@DaveBirdsall Thanks for your explanations, I've corrected. :)
---