meta data for this page
  •  

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).