mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-26 17:41:59 +00:00
fix makeDateTime syntax
This commit is contained in:
parent
ad15749b4e
commit
ec0f8dbfbf
@ -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**
|
||||
|
Loading…
Reference in New Issue
Block a user