FLOOR()

<< EXTRACT() | FB 2.5 Language Reference | GEN_ID() >>
<< EXTRACT() | FB 2.1 Language Reference | GEN_ID() >>

FLOOR()

Available in: DSQL, PSQL

Added in: 2.1

Description

Returns the largest whole number that is smaller than or equal to the argument.

Result type: BIGINT or DOUBLE PRECISION

Syntax

 FLOOR (number)

Important: If the external function FLOOR is declared in your database, it will override the internal function. To make the internal function available, DROP or ALTER the external function (UDF).

See also:
CEIL() / CEILING()

back to top of page
<< EXTRACT() | FB 2.5 Language Reference | GEN_ID() >>
<< EXTRACT() | FB 2.1 Language Reference | GEN_ID() >>