Saving Double.MinValue in SQLServer
Posted
by PatrickL
on Stack Overflow
See other posts from Stack Overflow
or by PatrickL
Published on 2009-10-16T16:18:51Z
Indexed on
2010/05/30
11:02 UTC
Read the original article
Hit count: 178
Using a TSQL update command against a SQLServer database, how can I update a column of type FLOAT with the smallest possible double value?
The smallest possible double value in hex notation being 3ff0 0000 0000 0001 (http://en.wikipedia.org/wiki/Double%5Fprecision)
© Stack Overflow or respective owner