Skip to content

Commit 4b9410f

Browse files
authored
Update arithmetic-functions.md
1 parent 79bab75 commit 4b9410f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/en/sql-reference/functions/arithmetic-functions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ SELECT toTypeName(0), toTypeName(0 + 0), toTypeName(0 + 0 + 0), toTypeName(0 + 0
3737

3838
Overflows are produced the same way as in C++.
3939

40-
## plus
40+
## plus {#plus}
4141

4242
Calculates the sum of two values `a` and `b`.
4343

@@ -51,7 +51,7 @@ It is possible to add an integer and a date or date with time. The former operat
5151

5252
Alias: `a + b` (operator)
5353

54-
## minus
54+
## minus {#minus}
5555

5656
Calculates the difference of two values `a` and `b`. The result is always signed.
5757

0 commit comments

Comments
 (0)