fix makeDateTime syntax

This commit is contained in:
Alexander Gololobov 2023-04-26 15:07:23 +02:00 committed by GitHub
parent ad15749b4e
commit ec0f8dbfbf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -71,7 +71,7 @@ Creates a [DateTime](../../sql-reference/data-types/datetime.md) from a year, mo
**Syntax**
``` sql
makeDate(year, month, day, hour, minute, second[, timezone])
makeDateTime(year, month, day, hour, minute, second[, timezone])
```
**Arguments**