Skip to content

Commit bb0a4e5

Browse files
committed
fix WEEKS_SUB
1 parent 188b8ff commit bb0a4e5

File tree

3 files changed

+0
-3
lines changed
  • docs/sql-manual/sql-functions/scalar-functions/date-time-functions
  • versioned_docs
    • version-2.1/sql-manual/sql-functions/scalar-functions/date-time-functions
    • version-3.0/sql-manual/sql-functions/scalar-functions/date-time-functions

3 files changed

+0
-3
lines changed

Diff for: docs/sql-manual/sql-functions/scalar-functions/date-time-functions/weeks-sub.md

-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ WEEKS_SUB(<date_value>, <week_period>)
3434
```
3535

3636
## Required parameters
37-
## 必选参数
3837
| Parameter | Description |
3938
|-----------------|-----------------------------------------------------------------------------------------------------|
4039
| `date_value` | `DATE` or `DATETIME` type input value. |

Diff for: versioned_docs/version-2.1/sql-manual/sql-functions/scalar-functions/date-time-functions/weeks-sub.md

-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ WEEKS_SUB(<date_value>, <week_period>)
3434
```
3535

3636
## Required parameters
37-
## 必选参数
3837
| Parameter | Description |
3938
|-----------------|-----------------------------------------------------------------------------------------------------|
4039
| `date_value` | `DATE` or `DATETIME` type input value. |

Diff for: versioned_docs/version-3.0/sql-manual/sql-functions/scalar-functions/date-time-functions/weeks-sub.md

-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ WEEKS_SUB(<date_value>, <week_period>)
3434
```
3535

3636
## Required parameters
37-
## 必选参数
3837
| Parameter | Description |
3938
|-----------------|-----------------------------------------------------------------------------------------------------|
4039
| `date_value` | `DATE` or `DATETIME` type input value. |

0 commit comments

Comments
 (0)