Contents Index EXPRTYPE function [Miscellaneous] GET_IDENTITY function [Miscellaneous]

ASA SQL Reference
  SQL Functions
    Alphabetical list of functions

FLOOR function [Numeric]


Function 

Returns the floor of (largest integer not greater than) a number.

Syntax 

FLOOR ( numeric-expression )

Parameters 

numeric- expression    The number, usually a float.

Standards and compatibility 
See also 

CEILING function [Numeric]

Example 
Value FLOOR (Value)
123 123
123.45 123
-123.45 -124

Contents Index EXPRTYPE function [Miscellaneous] GET_IDENTITY function [Miscellaneous]