Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Float or Double
Message
 
 
To
07/04/2004 16:43:39
Joel Hokanson
Services Integration Group
Bellaire, Texas, United States
General information
Forum:
Microsoft SQL Server
Category:
Database design
Title:
Miscellaneous
Thread ID:
00893088
Message ID:
00893132
Views:
15
>What is the difference between a Float type and Double?
>
Hi Joel,

MS SQL Server doesn't have DOUBLE data type. It has FLOAT(n) and REAL (which is FLOAT(24)). The DOUBLE PRECISION data type in SQL-92 standard is FLOAT(53) in SQL Server.
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform