TRUNC
Syntax
TRUNC(<number>)
Description
Truncates a number to an integer or truncates its decimal places.
Examples
Column1 | TRUNC() returns |
---|---|
9.516 | 9 |
-9.516 | -9 |
TRUNC(<number>)
Truncates a number to an integer or truncates its decimal places.
Column1 | TRUNC() returns |
---|---|
9.516 | 9 |
-9.516 | -9 |