ORACLE 10g 数字数据类型

发布于 2024-10-18 04:46:50 字数 123 浏览 4 评论 0原文

我创建了一个名为“员工”的表,其中有一列名为“工资”,数据类型为 NUMBER(11) 然后我在工资中输入了一个值 12345678901 但在输出中,其值显示为 1.2345E+10。

谁能解释一下这到底是什么?

I created a table called employees with one column named salary with data type NUMBER(11)
and then I entered a value into salary of 12345678901
but in output it values shows like this 1.2345E+10.

Can anyone explain me what this is exactly?

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

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

发布评论

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

评论(1

风追烟花雨 2024-10-25 04:46:50

它是数字的科学记数法。您可以看看这篇文章 关于 Oracle 中的数字数据类型。

It is the scientific notation of the number. You may take a look at this article about numeric data types in Oracle.

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