Purpose
Returns numeric_value truncated places_value places to the right or left of the decimal point.
Syntax
- TD_SYSFNLIB.
- Name of the database where the function is located.
- numeric_value
- A numeric argument.
- , places_value
- The number of places to truncate. If not specified, numeric_value is truncated to 0 places by default.