Fix tTypo
Project: http://git-wip-us.apache.org/repos/asf/trafodion/repo Commit: http://git-wip-us.apache.org/repos/asf/trafodion/commit/8763da62 Tree: http://git-wip-us.apache.org/repos/asf/trafodion/tree/8763da62 Diff: http://git-wip-us.apache.org/repos/asf/trafodion/diff/8763da62 Branch: refs/heads/master Commit: 8763da6204db5aff4821add6d880261e67667f72 Parents: 33874c5 Author: liu.yu <[email protected]> Authored: Thu Mar 15 15:53:29 2018 +0800 Committer: liu.yu <[email protected]> Committed: Thu Mar 15 15:53:29 2018 +0800 ---------------------------------------------------------------------- .../src/asciidoc/_chapters/sql_functions_and_expressions.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafodion/blob/8763da62/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 76601c2..9258b76 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 @@ -7954,7 +7954,7 @@ SELECT SUM (price * qty_available) FROM sales.parts; <<< [[systimestamp_function]] -== STSTIMESTAMP Function +== SYSTIMESTAMP Function The SYSTIMESTAMP function, which is equivalent to the `CURRENT_TIMESTAMP` function, provides much high granularity than the `SYSDATE` function and retrieves the current date and time (including fractional seconds with six-digit precision) of the server rather than the session.
