Skip to content

Commit 4fb4313

Browse files
💬Generate LLM translations (#1654)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 8c2c1f6 commit 4fb4313

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

docs/cn/sql-reference/20-sql-functions/07-aggregate-functions/aggregate-stddev-samp.md

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,10 @@
22
title: STDDEV_SAMP
33
---
44

5-
聚合函数
5+
返回表达式的样本标准差(VAR_SAMP() 的平方根)
66

7-
STDDEV_SAMP() 函数返回表达式的样本标准差(VAR_SAMP() 的平方根)。
8-
9-
:::caution
10-
NULL 值不计入。
11-
:::
7+
- 忽略 NULL 值。
8+
- 当只有一条输入记录时,STDDEV_SAMP() 返回 `NULL` 而不是 `0`
129

1310
## 语法
1411

@@ -20,11 +17,11 @@ STDDEV_SAMP(<expr>)
2017

2118
| 参数 | 描述 |
2219
| --------- | ------------------ |
23-
| `<expr>` | 任何数值表达式 |
20+
| `<expr>` | 任意数值表达式 |
2421

2522
## 返回类型
2623

27-
double
24+
Double。
2825

2926
## 示例
3027

0 commit comments

Comments
 (0)