CEILING(x)

Description: Returns the smallest integer value (as a BIGINT) that is greater than or equal to x.

Examples:

  • CEILING (7.5) returns 8.

  • CEILING(-7.5) returns -7.

See also: FLOOR(), ROUND()

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
18.226.165.247