CHAR2HEXINT_UDF
Definition
Returns the hexadecimal representation for a character string.
Parameters
INPUT_STRING
VARCHAR
The string to be converted.
Returns
Returns the hexadecimal representation of the string.
Example
Input:
Output:
More information from the source function
Function documentation can be checked here.
Last updated