This is an old revision of the document!


Omnidex SQL Function: FLOOR

Description

Rounds a non-integer value downward to the next lower integer.

This function returns a BIGINT datatype.

Syntax

FLOOR( numeric_expression )
numeric_expression

Required. Any expression that returns a numeric-class datatype.

Example

Example 1: Column

> select floor(latitude) from countries;

TO BE COPIED 
 
Back to top
dev/sql/functions/floor.1278649646.txt.gz ยท Last modified: 2016/06/28 22:38 (external edit)