SQL Convertir el flotador a la cadena
SELECT STR(float_field, 25, 5)
Outstanding Oryx
SELECT STR(float_field, 25, 5)