mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 15:42:02 +00:00
Update docs/ru/sql-reference/functions/type-conversion-functions.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
This commit is contained in:
parent
f9a859a2b1
commit
8a6dcba5f2
@ -230,7 +230,7 @@ SELECT toDate32OrZero('1924-01-01'), toDate32OrZero('');
|
||||
└──────────────────────────────┴────────────────────┘
|
||||
```
|
||||
|
||||
## toDate32OrNull {#todate32OrNull}
|
||||
## toDate32OrNull {#todate32-or-null}
|
||||
|
||||
То же самое, что и `toDate32` но возвращает `NULL`, если получен недопустимый аргумент.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user