DECIMAL
Description
Converts the text representation of a number in the specified base to a decimal (base 10) value.
Syntax
DECIMAL(
value
,
radix
)
- value: The text value to convert.
- radix: The base of the value to convert.