View Single Post
I haven't tested this, but my first guess would be that you may need to do a type conversion of the blob data with a CAST expression.

Perhaps something like:

Code:
select CAST(valueData as text) FROM Perspective ...