Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/UserGuide/Master/Table/SQL-Manual/Basis-Function.md
Original file line number Diff line number Diff line change
Expand Up @@ -1176,7 +1176,7 @@ SELECT regexp_like('1a 2b 14m', '^\\d+b$'); -- false
- `b` represents the letter b.
- `'1a 2b 14m'` does not match this pattern because it does not start with digits and does not end with `b`, so it returns `false`.

## 10. Table-Valued Functions
## 10. Timeseries Windowing Functions

The sample data is as follows:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ WHERE device_id = '100';
+-----------------------------+-----------+-----------+-----------+
```

## 3 Table-Valued Functions
## 3 Timeseries Windowing Functions

The sample data is as follows:

Expand Down
2 changes: 1 addition & 1 deletion src/UserGuide/latest-Table/SQL-Manual/Basis-Function.md
Original file line number Diff line number Diff line change
Expand Up @@ -1176,7 +1176,7 @@ SELECT regexp_like('1a 2b 14m', '^\\d+b$'); -- false
- `b` represents the letter b.
- `'1a 2b 14m'` does not match this pattern because it does not start with digits and does not end with `b`, so it returns `false`.

## 10. Table-Valued Functions
## 10. Timeseries Windowing Functions

The sample data is as follows:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ WHERE device_id = '100';
+-----------------------------+-----------+-----------+-----------+
```

## 3 Table-Valued Functions
## 3 Timeseries Windowing Functions

The sample data is as follows:

Expand Down
2 changes: 1 addition & 1 deletion src/zh/UserGuide/Master/Table/SQL-Manual/Basis-Function.md
Original file line number Diff line number Diff line change
Expand Up @@ -1175,7 +1175,7 @@ SELECT regexp_like('1a 2b 14m', '^\\d+b$'); -- false
- `b` 表示字母 `b`。
- `'1a 2b 14m'` 并不符合这个模式,因为它不是从数字开始,也不是以 `b` 结束,所以返回 `false`。

## 10. 表值函数
## 10. 时序分窗函数

原始示例数据如下:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ WHERE device_id = '100';
+-----------------------------+-----------+-----------+-----------+
```

### 1.3 表值函数
### 1.3 时序分窗函数

原始示例数据如下:

Expand Down
2 changes: 1 addition & 1 deletion src/zh/UserGuide/latest-Table/SQL-Manual/Basis-Function.md
Original file line number Diff line number Diff line change
Expand Up @@ -1175,7 +1175,7 @@ SELECT regexp_like('1a 2b 14m', '^\\d+b$'); -- false
- `b` 表示字母 `b`。
- `'1a 2b 14m'` 并不符合这个模式,因为它不是从数字开始,也不是以 `b` 结束,所以返回 `false`。

## 10. 表值函数
## 10. 时序分窗函数

原始示例数据如下:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ WHERE device_id = '100';
+-----------------------------+-----------+-----------+-----------+
```

### 1.3 表值函数
### 1.3 时序分窗函数

原始示例数据如下:

Expand Down