Firebird Documentation Index → Firebird 2.1 Language Ref. Update → Internal functions → FLOOR() |
Available in: DSQL, PSQL
Added in: 2.1
Description: Returns the largest whole number smaller than or equal to the argument.
Result type: BIGINT or DOUBLE PRECISION
Syntax:
FLOOR (number
)
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()
Firebird Documentation Index → Firebird 2.1 Language Ref. Update → Internal functions → FLOOR() |