meta data for this page
  •  

F_CEILING

input/output-compatibility to ib_udf

input/output-compatibility to rFunc (CEIL)

Entrypoint f_ceiling compatible with UTF-8


Inputs/Outputs

   Input      DOUBLE     floatingpoint
   Output     DOUBLE     the smallest integer greater than or equal to input as a floatingpoint

Syntax

   Note differences from F_FLOOR, F_CEILING and F_TRUNCATE
   TestSQL
   look F_FLOOR
   SELECT NULL AS ISCORRECT, F_CEILING(NULL) FROM RDB$DATABASE;