mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 07:31:57 +00:00
Update docs/en/sql-reference/functions/type-conversion-functions.md
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
This commit is contained in:
parent
938392642f
commit
c49c06f629
@ -465,7 +465,7 @@ Result:
|
|||||||
|
|
||||||
## CAST(x, T) {#type_conversion_function-cast}
|
## CAST(x, T) {#type_conversion_function-cast}
|
||||||
|
|
||||||
Converts an input value to the specified data type. Unlike the [reinterpret](#type_conversion_function-reinterpret) function, `CAST` tries to present the same value using the new data type. If conversion can not be done then an exception is raised.
|
Converts an input value to the specified data type. Unlike the [reinterpret](#type_conversion_function-reinterpret) function, `CAST` tries to present the same value using the new data type. If the conversion can not be done then an exception is raised.
|
||||||
Several syntax variants are supported.
|
Several syntax variants are supported.
|
||||||
|
|
||||||
**Syntax**
|
**Syntax**
|
||||||
|
Loading…
Reference in New Issue
Block a user