to_number function converts [value] to a number.
Syntax
to_number(value)
Parameter
value: value can be only a numerical data type.
Examples
to_number(“-4.3”) = -4.3to_number(“Flowers”)is an error.
to_number function converts [value] to a number.
to_number(value)
value: value can be only a numerical data type.
to_number(“-4.3”) = -4.3to_number(“Flowers”) is an error.