to_number
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.
Related links
Was this helpful?
How can we improve it?
