Github user liuyu000 commented on a diff in the pull request:
https://github.com/apache/trafodion/pull/1695#discussion_r210818947
--- Diff:
docs/sql_reference/src/asciidoc/_chapters/sql_language_elements.adoc ---
@@ -776,14 +776,105 @@ of digits in the fractional seconds and is stored in
four bytes. The
default for _time-precision_ is 0, and the maximum is 6.
* `TIMESTAMP [(_timestamp-precision_)]`
+
++
+** specifies a datetime column that, without the optional
--- End diff --
@DaveBirdsall thanks ð
For clear and clarity, _`Timestamp`_ and _`Timestamp (time-precision)`_
are written separately , could you please help review?
---