hex(string)
Convert a string into a hexadecimal representation of the string. The input string can be binary data or a normal string.
Example
str = hex("Hello world!")
This information applies to Netezza Performance Server for Cloud Pak for Data System 1.0.X.
See also Netezza Performance Server for Cloud Pak for Data System 2.0.X, Netezza Performance Server for Cloud Pak for Data, and Netezza Performance Server for Cloud Pak for Data as a Service.
Convert a string into a hexadecimal representation of the string. The input string can be binary data or a normal string.
str = hex("Hello world!")