TRUNCATE
- Last UpdatedMar 20, 2025
- 1 minute read
The TRUNCATE() function produces a stream of results removing the fractional portion of a stream's values.
Syntax
|
Format |
Stream = TRUNCATE( Stream ) |
|
Arguments |
Stream - A stream of values |
|
Description |
Returns a stream that is a copy of the input stream, with the fractional part of all values removed. |