mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-12 02:23:14 +00:00
Update docs/en/sql-reference/functions/type-conversion-functions.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
This commit is contained in:
parent
8ab7029cc5
commit
7f6e6c97cb
@ -212,7 +212,7 @@ SELECT toDate32(toDate('1924-01-01')) AS value, toTypeName(value);
|
||||
|
||||
## toDate32OrZero {#toDate32OrZero}
|
||||
|
||||
The same as `toDate32` but returns the min value of [Date32](../../sql-reference/data-types/date32.md) if invalid argument is received.
|
||||
The same as [toDate32](#todate32) but returns the min value of [Date32](../../sql-reference/data-types/date32.md) if invalid argument is received.
|
||||
|
||||
**Example**
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user