Skip to content

Commit a1ed724

Browse files
committed
fix #328 typo 控制->空值
1 parent cb6eca4 commit a1ed724

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

postgresql/doc/src/sgml/func.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29284,7 +29284,7 @@ ____________________________________________________________________________-->
2928429284
</para>
2928529285
____________________________________________________________________________-->
2928629286
<para>
29287-
请注意,除了<function>count</function>以外,这些函数在没有行被选中时返回控制。尤其是<function>sum</function>函数在没有输入行时返回空值,而不是零,并且<function>array_agg</function>在这种情况返回空值而不是一个空数组。必要时可以用<function>coalesce</function>把空值替换成零或一个空数组。
29287+
请注意,除了<function>count</function>以外,这些函数在没有行被选中时返回空值。尤其是<function>sum</function>函数在没有输入行时返回空值,而不是零,并且<function>array_agg</function>在这种情况返回空值而不是一个空数组。必要时可以用<function>coalesce</function>把空值替换成零或一个空数组。
2928829288
</para>
2928929289

2929029290
<!--==========================orignal english content==========================

0 commit comments

Comments
 (0)