From ec0f8dbfbf9b28ade96b425632fd19fdb4c1cdd2 Mon Sep 17 00:00:00 2001 From: Alexander Gololobov <440544+davenger@users.noreply.github.com> Date: Wed, 26 Apr 2023 15:07:23 +0200 Subject: [PATCH] fix makeDateTime syntax --- docs/en/sql-reference/functions/date-time-functions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/sql-reference/functions/date-time-functions.md b/docs/en/sql-reference/functions/date-time-functions.md index 0d6af50fe41..15644b54c2b 100644 --- a/docs/en/sql-reference/functions/date-time-functions.md +++ b/docs/en/sql-reference/functions/date-time-functions.md @@ -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**