BIGINT

Returns a big integer representation of a number or a decimal, integer, or floating-point number represented by a character string.

Example:

Using the EMPLOYEE table, select the EMPNO column in big integer form for further processing in the application.

  SELECT BIGINT(SALARY)
    FROM EMPLOYEE