loading table of contents...

5.1. TO_DECIMAL()

 
TO_DECIMAL
Esta función permite convertir cualquier valor a un decimal.
Retorna: decimal 
Retorna un decimal
Parámetros:
string  string
String
Versión: 4.0.2+
 
Ejemplo:

var decimal = TO_DECIMAL('6,13'); 6.13;