Description
Rounds the expression down to the nearest integer.Syntax
FLOOR(numeric_expression)
Examples
FLOOR(1.3) returns 1
FLOOR(1.5) returns 1
Round a numeric expression down to the nearest integer value. Use FLOOR for truncating decimal values in Integrate.io ETL pipeline expressions.
FLOOR(numeric_expression)
FLOOR(1.3) returns 1
FLOOR(1.5) returns 1
Was this page helpful?