Floor Function; Examples Of Floor - HP Neoview SQL Reference Manual

Hide thumbs Also See for Neoview SQL:
Table of Contents

Advertisement

FLOOR Function

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

Examples of FLOOR

This function returns the integer value 2.00000000000000040E+000, represented as a FLOAT data
type:
FLOOR (2.25)
"Numeric Value Expressions" (page
217).
FLOOR Function
343

Advertisement

Table of Contents
loading

Table of Contents