sql float 3 tempat desimal

select cast(your_float_column as decimal(10,3))
from your_table
returns: 1.000
		2.000	
MAMTA GUPTA