>>-BLOB--(--string-expression----+--------------+--)-----------><
'-,--integer---'
|
The schema is SYSIBM.
The BLOB function returns a BLOB representation of a string of any type.
The result of the function is a BLOB. If the argument can be null, the result can be null; if the argument is null, the result is the null value.
Examples
SELECT BLOB(MAP_NAME || ': ') || TOPOGRAPHIC_MAP
FROM ONTARIO_SERIES_4
WHERE TOPOGRAPIC_MAP LIKE BLOB('%Pellow Island%')