Converting float and real Data

Accessing and Changing Relational Data

Accessing and Changing Relational Data

Converting float and real Data

Values of float are truncated when converted to any integer type.

When converting from float or real to character data, the string function STR( ) is usually a better choice than CAST( ), because STR( ) enables more control over formatting. For more information, see Functions.

See Also

CAST and CONVERT

Data Types