File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -1142,8 +1142,7 @@ ____________________________________________________________________________-->
1142
1142
</para>
1143
1143
____________________________________________________________________________-->
1144
1144
<para>
1145
- 数字值在物理上是以不带任何前导或者后缀零的形式存储。 因此,列上声明的精度和比例都是最大值,而不是固定分配的 (在这个方面,<type>numeric</type>类型更类似于<type>varchar(<replaceable>n</replaceable>)</type>, 而不像<type>char(<replaceable>n</replaceable>)</type>)。 实际存储要求是每四个十进制位组用两个字节,
1146
- plus three to eight bytes overhead.
1145
+ 数字值在物理上是以不带任何前导或者后缀零的形式存储。 因此,列上声明的精度和比例都是最大值,而不是固定分配的 (在这个方面,<type>numeric</type>类型更类似于<type>varchar(<replaceable>n</replaceable>)</type>, 而不像<type>char(<replaceable>n</replaceable>)</type>)。 实际存储要求是每四个十进制位组用两个字节,再加上三到八个字节的开销。
1147
1146
</para>
1148
1147
1149
1148
<!--==========================orignal english content==========================
You can’t perform that action at this time.
0 commit comments