INT: Converting to an Integer
The INT function converts a number to an integer. If the input value is not an integer, the result is truncated.
Convert to an Integer
INT(arg)
where:
arg
Numeric
Is the input value.
This function returns the number in integer format.
Converting to an Integer
INT converts a number to an integer. This example,
INT(4.8)
returns 4.