I have a result of a query which has BLOB column defined in it. The BLOB contains images and i am interested in showing this result to others without using any sort of application. e.g. the query return three columns:-
Is there any way to retrieve/show this BLOB as a result in any export format, may it be Microsoft access, excel sheet, html or PDF. Theme is to fetch this result and show this BLOB along with other columns for which I have option of using PL/SQL and SQL only. Here i would like to add that i am using HORA (keep tool) to export my query result.
NAME => Steven
PHONE => 786
PICTURE => BLOB
All i want is to extract this query containing images in it. Is it possible?