This commit is contained in:
adevyatova 2021-05-29 10:22:30 +00:00
parent 741582f806
commit 9ecf0b54ec
2 changed files with 2 additions and 2 deletions

View File

@ -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`.

View File

@ -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`.