Oracle8i SQL Reference Release 2 (8.1.6) A76989-01 |
|
Functions, 33 of 121
HEXTORAW
converts char containing hexadecimal digits to a raw value.
INSERT INTO graphics (raw_column) SELECT HEXTORAW('7D') FROM DUAL;
|
![]() Copyright © 1999 Oracle Corporation. All Rights Reserved. |
|