当前位置:网站首页>Oracle/PLSQL: HexToRaw Function

Oracle/PLSQL: HexToRaw Function

2022-06-27 01:45:00 yuanlnet

In Oracle/PLSQL, the hextoraw function converts a hexadecimal value into a raw value.

Syntax

The syntax for the hextoraw function is:

hextoraw( char )

char is the hexademical value to convert to a raw value.

Applies To

  • Oracle 11g, Oracle 10g, Oracle 9i, Oracle 8i

For Example

hextoraw('45D')

would return '045D' as a raw value

hextoraw('7E')

would return '7E' as a raw value

原网站

版权声明
本文为[yuanlnet]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/178/202206270135139009.html