Frac Function

Returns the fractional part of the specified value.

Syntax

Frac (value)

where value is the value that you want to return the fractional part of.

Example

DECLARE Frac_Part

Frac_Part = FRAC(1.2345)

Result: Frac_Part = 0.2345