Fix anchors

This commit is contained in:
Robert Schulze 2023-09-18 17:24:49 +00:00
parent 6de45e355f
commit 3753a78d1b
No known key found for this signature in database
GPG Key ID: 26703B55FB13728A
2 changed files with 2 additions and 2 deletions

View File

@ -1405,7 +1405,7 @@ Result:
└─────────────────────┴─────────────────────┴──────────┘
```
## today {#date_time_functions#today}
## today {#date_time_functions-today}
Accepts zero arguments and returns the current date at one of the moments of query analysis.
The same as toDate(now()).

View File

@ -478,7 +478,7 @@ Result:
└─────────────────────┘
```
## randomString {#random_functions#randomString}
## randomString {#random_functions-randomString}
Generates a string of the specified length filled with random bytes (including zero bytes). Not all characters may be printable.