Skip to content

mkyong.com

  • Spring Boot
  • Java Virtual Threads
  • Contact
  1. Home /
  2. ceil

Tag: ceil

oracle August 5, 2017 1 min read by Dhaval Dadhaniya 0 comments

Oracle PL/SQL – CEIL function example

The CEIL function round the specified number up, and return the smallest number that is greater than or equal to the specified number. CEIL function examples SELECT CEIL(1.2) FROM DUAL; — output : 2 SELECT CEIL(1.5) FROM DUAL; — output : 2 SELECT CEIL(1.7) FROM DUAL; — output : 2 SELECT CEIL(1.99) FROM DUAL; — […]

Read more Oracle PL/SQL – CEIL function example

Java and Spring tutorials since 2008. Every example is a complete, runnable file, compiled and run on a real machine before it goes out.

About This Site

  • About
  • Editorial Policy
  • Contact
  • Code License
  • Privacy Policy
  • Terms of Use

© 2026 mkyong.com — Powered by WordPress

RSS