Oracle9i SQL Reference Release 2 (9.2) Part Number A96540-02 |
|
|
View PDF |
rawtohex::=
RAWTOHEX
converts raw
to a character value containing its hexadecimal equivalent. The raw
argument can be either RAW
or BLOB
datatype.
The following hypothetical example returns the hexadecimal equivalent of a RAW
column value:
SELECT RAWTOHEX(raw_column) "Graphics" FROM graphics; Graphics -------- 7D