integer

Converts "numeric_expression" into an integer value and returns an integer value. If "numeric_expression" is null, it returns null.

Syntax

integer ( numeric_expression )

Example

integer ( 84.95 )

Result

85