Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 10.0.1 » SQL Anywhere Server - SQL Reference » SQL Functions » Alphabetical list of functions

INSERTSTR function [String] Next Page

INTTOHEX function [Data type conversion]


Returns a string containing the hexadecimal equivalent of an integer.

Syntax

INTTOHEX( integer-expression )

Parameters

integer-expression    The integer to be converted to hexadecimal.

See also
Standards and compatibility
Example

The following statement returns the value 0000009c.

SELECT INTTOHEX( 156 );