FLOAT scalar function
The FLOAT function returns a floating-point representation of either a number or a string representation of a number.
The schema is SYSIBM.
Notes
- Syntax alternatives:
- FLOAT is a synonym for DOUBLE_PRECISION or DOUBLE. For details, see DOUBLE_PRECISION or DOUBLE scalar function.