数值问题
我有一个包,可以将视图中的数字表插入到另一个表中。 我的问题是,在我的决赛桌中,我的价值观并不相同,而且我确实看到了一些特别的事情。 举例来说: 如果我的参考表中有 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
数据类型有哪些?浮点数是近似值,而数字/小数是精确值。
What are the data types? float is approximate, whereas numeric/decimal are exact.