In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-09-13 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Database >
Share
Shulou(Shulou.com)06/01 Report--
Most of the time, as we all know, floating-point storage itself is an uncertain value, and you can never know whether it is 0 = 0.0000000000123 or 0 = 0.00000000000999. Maybe there is no problem when using it at first, but sometimes when you do statistics, you can see the clue.
To give a simple example, we know that unexpected effects may occur during statistics, resulting in the need for additional digital trade-offs in the code of the stored procedure or the receiving program, so here I actually recommend using Numeric instead of float for an alternative use to avoid a sum, and then look at each piece of data in detail, which is a normal 2jue, 3 decimal places, and a summary becomes 8pc9 digits
CREATE TABLE # T (ID INT IDENTITY,Va FLOAT) CREATE TABLE # T1 (ID INT IDENTITY Va NUMERIC (155.9)-INSERT INTO # T (Va) VALUES (0.60000000) INSERT INTO # T1 (Va) VALUES (0.60000000) GO 100SELECT SUM (Va) FROM # TSELECT SUM (Va) FROM # T1-- -60.0000000000001 (1 row affected)-60.000000000 (1 row affected)
Summary
The above is the whole content of this article about the uncertainty of float under sqlserver. I hope it will be helpful to you. Interested friends can refer to this site: a brief description of the difference between Redis and MySQL, ORACLE SQL sentence optimization technical points analysis, MySQL subquery and nested query optimization example analysis, etc., if you have any questions, you can leave a message at any time, the editor will reply to you in time. Thank you for your support!
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
The market share of Chrome browser on the desktop has exceeded 70%, and users are complaining about
The world's first 2nm mobile chip: Samsung Exynos 2600 is ready for mass production.According to a r
A US federal judge has ruled that Google can keep its Chrome browser, but it will be prohibited from
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
About us Contact us Product review car news thenatureplanet
More Form oMedia: AutoTimes. Bestcoffee. SL News. Jarebook. Coffee Hunters. Sundaily. Modezone. NNB. Coffee. Game News. FrontStreet. GGAMEN
© 2024 shulou.com SLNews company. All rights reserved.