mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 23:21:59 +00:00
Update docs/ru/sql-reference/functions/date-time-functions.md
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
This commit is contained in:
parent
5e887b4c99
commit
45a6e350d7
@ -541,7 +541,7 @@ date_add(unit, value, date)
|
||||
Запрос:
|
||||
|
||||
```sql
|
||||
select date_add(YEAR, 3, toDate('2018-01-01'));
|
||||
SELECT date_add(YEAR, 3, toDate('2018-01-01'));
|
||||
```
|
||||
|
||||
Результат:
|
||||
|
Loading…
Reference in New Issue
Block a user