| Oracle® Database SQL Language Reference 11g Release 1 (11.1) Part Number B28286-05 |
|
|
View PDF |
Syntax
to_blob::=
Purpose
TO_BLOB converts LONG RAW and RAW values to BLOB values.
Example
The following hypothetical example returns the BLOB of a RAW column value:
SELECT TO_BLOB(raw_column) blob FROM raw_table; BLOB ----------------------- 00AADD343CDBBD