ASA SQL Reference
SQL Functions
Alphabetical list of functions
Returns a string containing the hexadecimal equivalent of an integer.
INTTOHEX ( integer-expression )
integer expression The integer to be converted to hexadecimal.
SQL/92 Transact-SQL extension.
SQL/99 Transact-SQL extension.
Sybase Compatible with Adaptive Server Enterprise.
HEXTOINT function [Data type conversion]
The following statement returns the value 9c:
SELECT INTTOHEX( 156 )