[
https://issues.apache.org/jira/browse/TRAFODION-2968?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16589316#comment-16589316
]
ASF GitHub Bot commented on TRAFODION-2968:
-------------------------------------------
Github user DaveBirdsall commented on a diff in the pull request:
https://github.com/apache/trafodion/pull/1698#discussion_r212091583
--- Diff:
docs/sql_reference/src/asciidoc/_chapters/sql_functions_and_expressions.adoc ---
@@ -442,7 +444,10 @@ the expressions have NULL values, the function returns
a NULL value.
| <<nvl_function,NVL Function>> |
Returns the value of the first operand unless it is NULL, in which case it
returns the value of the second operand.
| <<user_function,USER Function>> |
Returns either the database user name of the current user who invoked the
function or the database user name
associated with the specified user ID number.
-| <<sys_guid_function,SYS_GUID Function>> |
Returns a globally unique identifier.
+| <<sys_guid_function,SYS_GUID Function>> |
Returns a globally unique identifier. (Oracle extention)
+| <<uuid_function,UUID Function>> |
Returns a globally unique identifier.
--- End diff --
How does this contrast to SYS_GUID? Is UUID standard? Or is it like some
other vendor?
> update SQL manual for MySQL functions unix_timestamp, uuid, sleep etc
> ---------------------------------------------------------------------
>
> Key: TRAFODION-2968
> URL: https://issues.apache.org/jira/browse/TRAFODION-2968
> Project: Apache Trafodion
> Issue Type: Sub-task
> Reporter: liu ming
> Assignee: liu ming
> Priority: Major
>
> update the SQL manual to clearly state the non-deterministic fashion of newly
> added MySQL functions:
> uuid
> unix_timestamp
> sleep
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)