Bonjour
Dans une table j'ai des valeurs float entre 0,5 et 3,8
J'essaye de mettre ces valeurs dans un champ decimal(2,2)
Mais j'ai un overflowCode:
1
2
3
4
5
6 UPDATE tmp_CPU set speed=CPUX.speed FROM tmp_CPU INNER JOIN CPUX ON CPUX.sVal = tmp_CPU.sVal;
Ou est l'erreur ?Citation:
Arithmetic overflow error converting float to data type numeric.
Merci de votre aide