Github user DaveBirdsall commented on a diff in the pull request:

    https://github.com/apache/incubator-trafodion/pull/837#discussion_r89171350
  
    --- Diff: 
docs/sql_reference/src/asciidoc/_chapters/sql_functions_and_expressions.adoc ---
    @@ -4209,6 +4397,38 @@ SELECT MAX (salary) FROM persnl.employee;
     ```
     
     <<<
    +[[md5_function]]
    +== MD5 Function
    +
    +Calculates an MD5 128-bit checksum for the string. The value is returned
    +as a string of 32 hexadecimal digits, or NULL if the argument was NULL. 
    +
    +```
    +MD5( _expression_)
    +```
    +* `_expression_`
    ++
    +specifies an expression that determines the values to include in the
    --- End diff --
    
    Similar comment as before.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to