Skip to content

Commit 05bc3f5

Browse files
leto-bbqSyncGithubBot
authored andcommitted
fix columns function and date_bin function link (apache#838)
1 parent ddf2bfb commit 05bc3f5

8 files changed

Lines changed: 8 additions & 8 deletions

File tree

src/UserGuide/Master/Table/SQL-Manual/GroupBy-Clause.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ It costs 0.081s
267267
```
268268

269269

270-
For more details on the `date_bin` function, refer to the **Definition of Date Bin (Time Bucketing)** feature documentation.
270+
For more details on the `date_bin` function, refer to the **[Definition of Date Bin (Time Bucketing)](../SQL-Manual/Featured-Functions.md#_1-1-date-bin-function)** feature documentation.
271271

272272
#### Example 2: Query the Latest Data Point for Each Device
273273

src/UserGuide/Master/Table/SQL-Manual/Select-Clause.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ Total line number = 18
274274
It costs 0.189s
275275
```
276276

277-
### 3.2 Colums Function
277+
### 3.2 Columns Function
278278

279279
1. Without combining expressions
280280
```sql

src/UserGuide/latest-Table/SQL-Manual/GroupBy-Clause.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ It costs 0.081s
267267
```
268268

269269

270-
For more details on the `date_bin` function, refer to the **Definition of Date Bin (Time Bucketing)** feature documentation.
270+
For more details on the `date_bin` function, refer to the **[Definition of Date Bin (Time Bucketing)](../SQL-Manual/Featured-Functions.md#_1-1-date-bin-function)** feature documentation.
271271

272272
#### Example 2: Query the Latest Data Point for Each Device
273273

src/UserGuide/latest-Table/SQL-Manual/Select-Clause.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ Total line number = 18
274274
It costs 0.189s
275275
```
276276

277-
### 3.2 Colums Function
277+
### 3.2 Columns Function
278278

279279
1. Without combining expressions
280280
```sql

src/zh/UserGuide/Master/Table/SQL-Manual/GroupBy-Clause.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ Total line number = 8
250250
It costs 0.081s
251251
```
252252

253-
有关date_bin函数的更多详细信息可以参见 date_bin (时间分桶规整)函数功能定义
253+
有关date_bin函数的更多详细信息可以参见 [date_bin (时间分桶规整)函数](../SQL-Manual/Featured-Functions.md#_1-1-降采样函数)功能定义
254254

255255
#### 示例 2:查询每个设备的最新数据点
256256

src/zh/UserGuide/Master/Table/SQL-Manual/Select-Clause.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ Total line number = 18
267267
It costs 0.189s
268268
```
269269

270-
### 3.2 Colums 函数
270+
### 3.2 Columns 函数
271271

272272
1. 不结合表达式
273273
```sql

src/zh/UserGuide/latest-Table/SQL-Manual/GroupBy-Clause.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ Total line number = 8
250250
It costs 0.081s
251251
```
252252

253-
有关date_bin函数的更多详细信息可以参见 date_bin (时间分桶规整)函数功能定义
253+
有关date_bin函数的更多详细信息可以参见 [date_bin (时间分桶规整)函数](../SQL-Manual/Featured-Functions.md#_1-1-降采样函数)功能定义
254254

255255
#### 示例 2:查询每个设备的最新数据点
256256

src/zh/UserGuide/latest-Table/SQL-Manual/Select-Clause.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ Total line number = 18
267267
It costs 0.189s
268268
```
269269

270-
### 3.2 Colums 函数
270+
### 3.2 Columns 函数
271271

272272
1. 不结合表达式
273273
```sql

0 commit comments

Comments
 (0)