FLOOR is a scalar function that returns the following values:
IF arg is... | THEN FLOOR returns... |
---|---|
a non-exact number | the next largest integer that is equal to or less than arg. |
an exact number | the input argument arg. |
NULL | NULL. |
FLOOR is a scalar function that returns the following values:
IF arg is... | THEN FLOOR returns... |
---|---|
a non-exact number | the next largest integer that is equal to or less than arg. |
an exact number | the input argument arg. |
NULL | NULL. |