Int2str

sql

FUNCTION Int2str(IN valint *see parameters *) RETURNS CHAR()

Parameters

valint value to be converted; one of the short (SMALLINT), integer (INT) or tinyint (TINYINT) type

Description

The Int2str function converts the value specified by the first parameter to the character string and returns the string.

Function value

This function returns a character string with the decimal notation of the int number.

See