insert IMAGE to table and display it
hi,
I need to insert one image to blob colum type table and need to see it.
pl send me correct exercise for it.
1create table blobs
( id varchar2(255),
blob_col blob
);
Thanks
ashwan
0