Navigation:  NexusDB Guide > SQL Reference > SQL Functions > Numeric Value Functions >

Ceiling Function

Previous pageReturn to chapter overviewNext page

NexusDB V3 Manual

Ceiling Function

button_main button_prev button_next

NexusDB Manual V3 > SQL Reference > SQL Functions > Numeric Value Functions

Syntax

 

<ceiling function> ::=

 

 

 

{ CEIL | CEILING } ( <numeric value expression> )

 

Notes

 

§

The CEILING function returns the smallest whole number (scale 0) that is greater than or equal to the argument.

 

§

The data type of the result is the same type as the argument.

 

§

If the argument is null, then the result is null.

 

 

Examples

 

 

Expression

 

 

Result

 

CEILING( 5 )

5

CEILING( 5.25 )

6

CEILING( -5.25 )

-5

 


Conformance

 

SQL:2003 standard

-

Feature T621 "Enhanced numeric functions"

 

© Nexus Database Systems Pty Ltd.

nexus_logo