Description | The |
Syntax | TO_NUMBER( |
Variables
value
: The value you want to convert into a numerical format. This can be a number in text form, a decimal number, or any other compatible data type that can be converted to a numeric value.
Example
TO_NUMBER(`Weight`)
Name | DOB | Weight | TO_NUMBER |
Anne | 2/06/2012 | 54 | 54 |
Giacomo | 2/15/1983 | 61 | 61 |
Kameko | 4/19/1969 | 92 | 92 |
Nasim | 3/02/2007 | 97 | 97 |
Orlando | 4/28/1988 | 92 | 92 |
โ