I have a field name maximum_inventory datatype double with value : 999999999.00000000
I want it to extract it , so I declared a field max_inv with float datatype
But it is giving error like : Conversion failed because the data value overflowed the specified type.
I want it to extract it , so I declared a field max_inv with float datatype
But it is giving error like : Conversion failed because the data value overflowed the specified type.