Discussions
SuiteWorld brings thousands of innovators, builders, and leaders together to learn, connect, and shape what’s next. This October, explore how to build a stronger foundation for growth through inspiring keynotes, major product reveals, hands-on sessions, and unforgettable moments—all in one place for our biggest event of the year. Join us
SQL Essentials: FLOOR Function Explained
Overview
FLOOR is a numeric function that returns the largest integer value less than or equal to the given number.
In simpler terms, imagine you're looking at a number line with all the whole numbers (0, 1, 2, 3, and so on). When you use the FLOOR function on a specific number, it points to the largest whole number that is smaller than or equal to that number.
For example, if you think of the number 3.5, the FLOOR function will take you back to 3. Now consider a number like 7.2; the FLOOR function will still return 7, because 7 is the largest whole number that is less than or equal to 7.2.
Learn how to Refer A Member | Earn the Answer Accepter Badge | Be the Content Creator of the Quarter | Vote for the content you want to see!
