diff --git a/docs/en/sql-reference/functions/date-time-functions.md b/docs/en/sql-reference/functions/date-time-functions.md index f65354921e2..3fe791a4fb9 100644 --- a/docs/en/sql-reference/functions/date-time-functions.md +++ b/docs/en/sql-reference/functions/date-time-functions.md @@ -605,7 +605,7 @@ The first argument can also be specified as [String](../data-types/string.md) in **Returned value** -- The day of the month (1 - 31) of the given date/time +- The day of the week (1-7), depending on the chosen mode, of the given date/time **Example**