Syntax
to_blob::=
Purpose
TO_BLOB converts LONG RAW and RAW values to BLOB values.
TO_BLOB
LONG
RAW
BLOB
Example
The following hypothetical example returns the BLOB of a RAW column value:
SELECT TO_BLOB(raw_column) blob FROM raw_table; BLOB ----------------------- 00AADD343CDBBD
Scripting on this page enhances content navigation, but does not change the content in any way.