mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 15:42:02 +00:00
update
This commit is contained in:
parent
741582f806
commit
9ecf0b54ec
@ -153,7 +153,7 @@ Result:
|
||||
|
||||
Performs the opposite operation of [hex](#hex). It interprets each pair of hexadecimal digits (in the argument) as a number and converts it to a character.
|
||||
|
||||
If you want to convert the result to a number, you can use [to<Type>](../../sql-reference/functions/type-conversion-functions.md#type-conversion-functions) functions.
|
||||
If you want to convert the result to a number, you can use [type conversion functions](../../sql-reference/functions/type-conversion-functions.md).
|
||||
|
||||
Alias: `UNHEX`.
|
||||
|
||||
|
@ -155,7 +155,7 @@ Result:
|
||||
|
||||
Выполняет операцию, обратную [hex](#hex). Функция интерпретирует каждую пару шестнадцатеричных цифр аргумента как число и преобразует его в символ.
|
||||
|
||||
Если вы хотите преобразовать результат в число, вы можете использовать функции [to<Type>](../../sql-reference/functions/type-conversion-functions.md#type-conversion-func).
|
||||
Если вы хотите преобразовать результат в число, вы можете использовать [функции преобразования типа](../../sql-reference/functions/type-conversion-functions.md).
|
||||
|
||||
Синоним: `UNHEX`.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user