Ceiling Function; Example Of Ceiling - HP Neoview SQL Reference Manual

Hide thumbs Also See for Neoview SQL:
Table of Contents

Advertisement

CEILING Function

The CEILING function returns the smallest integer, represented as a FLOAT data type, greater
than or equal to a numeric value expression.
CEILING is a Neoview SQL extension.
CEILING (numeric-expression)
numeric-expression
is an SQL numeric value expression that specifies the value for the argument of the CEILING
function. See

Example of CEILING

This function returns the integer value 3.00000000000000064E+000, represented as a FLOAT data
type:
CEILING (2.25)
300
SQL Functions and Expressions
"Numeric Value Expressions" (page
217).

Advertisement

Table of Contents
loading

Table of Contents