Go to main content
165/479

RAWTOHEX

Syntax

Description of rawtohex.gif follows
Description of the illustration rawtohex.gif

Purpose

RAWTOHEX converts raw to a character value containing its hexadecimal equivalent. The raw argument must be RAW datatype.

You can specify a BLOB argument for this function if it is called from within a PL/SQL block.

Examples

The following hypothetical example returns the hexadecimal equivalent of a RAW column value:

SELECT RAWTOHEX(raw_column) "Graphics"
 FROM graphics;
Graphics
--------
7D 

See Also:

"RAW and LONG RAW Datatypes" and HEXTORAW

Scripting on this page enhances content navigation, but does not change the content in any way.

AltStyle によって変換されたページ (->オリジナル) /