Skip to content

mkyong.com

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

Tag: floor

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

Oracle PL/SQL – FLOOR function example

The FLOOR() function round the specified number down, and return the largest number that is less than or equal to the specified number. FLOOR function examples SELECT FLOOR(1.2) FROM DUAL; — output : 1 SELECT FLOOR(1.5) FROM DUAL; — output : 1 SELECT FLOOR(1.7) FROM DUAL; — output : 1 SELECT FLOOR(1.99) FROM DUAL; — […]

Read more Oracle PL/SQL – FLOOR 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