Hi all,
Below is my query which truncates the value of the float variable. I have no clue why it truncates. Can anyone help me out?
Declare @myValue Float
set @myValue = 0.0045645667657 7567
Print @myValue
Thanks,
Aads
Below is my query which truncates the value of the float variable. I have no clue why it truncates. Can anyone help me out?
Declare @myValue Float
set @myValue = 0.0045645667657 7567
Print @myValue
Thanks,
Aads
Comment