Contents Index CAST function [Data type conversion] CHAR function [String]

ASA SQL Reference
  SQL Functions
    Alphabetical list of functions

CEILING function [Numeric]


Function 
Syntax 

CEILING ( numeric-expression )

Parameters 

numeric expression    The number whose ceiling is to be calculated.

Standards and compatibility 
See also 

FLOOR function [Numeric]

Example 

The following statement returns the value 60.

SELECT CEILING( 59.84567 )

Contents Index CAST function [Data type conversion] CHAR function [String]