Add link to now function

This commit is contained in:
Blargian 2024-05-28 10:39:17 +02:00
parent ebacc95df3
commit 98e6f115d5

View File

@ -3959,7 +3959,7 @@ Result:
Returns the current date and time at the moment of query analysis. The function is a constant expression.
:::note
This function gives the same result that `now('UTC')` would. It was added only for MySQL support and `now` is the preferred usage.
This function gives the same result that `now('UTC')` would. It was added only for MySQL support and [`now`](#now-now) is the preferred usage.
:::
**Syntax**