Essayez d'utiliser le STR() fonction.
SELECT STR(float_field, 25, 5)
Autre remarque :ce rembourrage à gauche avec des espaces. Si c'est un problème combiner avec LTRIM :
SELECT LTRIM(STR(float_field, 25, 5))
Essayez d'utiliser le STR() fonction.
SELECT STR(float_field, 25, 5)
Autre remarque :ce rembourrage à gauche avec des espaces. Si c'est un problème combiner avec LTRIM :
SELECT LTRIM(STR(float_field, 25, 5))