Contact Us
Contact our corporate or local offices directly.
Parent page: System Query Functions - Arithmetic Functions
Returns an integral number, whose value depends upon the nature of the parameter's numeric value:
TRUNC(X : Number / Numeric_String) : Number
TRUNC(5.0)
Returns 5.
TRUNC(5.33)
Returns 5.
TRUNC(-5.0)
Returns -5.
TRUNC(-5.33)
Returns -5.
Contact our corporate or local offices directly.