update docs

Signed-off-by: Lloyd-Pottiger <yan1579196623@gmail.com>
This commit is contained in:
Lloyd-Pottiger 2023-07-14 14:03:19 +08:00
parent c4dabd1aae
commit e4cbece6dd

View File

@ -1130,7 +1130,7 @@ Result:
└──────────────────────────────────────────────────────────────┘
```
## now
## now/current_timestamp
Returns the current date and time at the moment of query analysis. The function is a constant expression.
@ -1259,7 +1259,7 @@ Result:
└─────────────────────┴─────────────────────┴──────────┘
```
## today
## today/curdate/current_date
Accepts zero arguments and returns the current date at one of the moments of query analysis.
The same as toDate(now()).