hex( string )
Encode a string by converting each byte into a 2-byte hexadecimal representation.
Example
hexed = 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.
Encode a string by converting each byte into a 2-byte hexadecimal representation.
hexed = hex("Hello world!")