Open topic with navigation
The function returns a decimal floating-point value equal to the input argument in its simplest form with all trailing zeros removed.
NORMALIZE_DECFLOAT(expr)
SELECT NORMALIZE_DECFLOAT(1.210000)
Returns: 1.21
Copyright © 2002-2025. Cloud Software Group, Inc. All Rights Reserved.