Oracle Built In Functions:CEIL function

In Oracle PL/SQL CEIL function returns the smallest integer greater than or equal to input.

Syntax
——–
CEIL()

Example

SQL> select CEIL(4.8) from dual;

CEIL(4.8)
———-
5

No comments

There are still no comments on this article.

Leave your comment...

If you want to leave your comment on this article, simply fill out the next form:




CAPTCHA Image CAPTCHA Audio
Refresh Image

You can use these XHTML tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> .