Update docs/ru/sql-reference/functions/type-conversion-functions.md

Co-authored-by: gyuton <40863448+gyuton@users.noreply.github.com>
This commit is contained in:
karnevil13 2021-10-12 23:50:14 +03:00 committed by GitHub
parent 19217af59d
commit 0c645aaeec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -278,7 +278,7 @@ SELECT toDate32OrNull('1955-01-01'), toDate32OrNull('');
└──────────────────────────────┴────────────────────┘
```
## toDate32OrDefault {#todate32-or-null}
## toDate32OrDefault {#todate32-or-default}
То же самое, что и [toDate32](#todate32), но возвращает значение по умолчанию, если получен недопустимый аргумент.