数值问题

发布于 2024-11-18 10:39:08 字数 159 浏览 0 评论 0原文

我有一个包,可以将视图中的数字表插入到另一个表中。 我的问题是,在我的决赛桌中,我的价值观并不相同,而且我确实看到了一些特别的事情。 举例来说: 如果我的参考表中有 6579207.48,那么我的目标表中也将有 6579207.00。

我知道我听得不太清楚,但是有人遇到过这样的情况吗?

I have a package where I insert a numeric table from a view into an other table.
My problem is that in my final table, my values are not the same and I do see anything particular done.
By example :
If I have 6579207.48 in my referece table, I will have 6579207.00 in my destination table.

I know I'm not super precise hear however did anyone came accross a case like this ?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

深巷少女 2024-11-25 10:39:08

数据类型有哪些?浮点数是近似值,而数字/小数是精确值。

What are the data types? float is approximate, whereas numeric/decimal are exact.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文