Was this helpful?
Edit on GitHub Export as PDF FLOOR SyntaxFLOOR(X)
Description
Returns the largest integer value not greater than X.
ExamplesSELECT FLOOR(1.23);
+-------------+
| FLOOR(1.23) |
+-------------+
| 1 |
+-------------+
SELECT FLOOR(-1.23);
+--------------+
| FLOOR(-1.23) |
+--------------+
| -2 |
+--------------+
This page is licensed: GPLv2, originally from fill_help_tables.sql
PreviousEXP NextLNLast updated 6 days ago
Was this helpful?
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4