Hello all,
I have a table TEST_IMAGE which has three columns (Image_ID, Image_Name, Image (BLOB Field))
I've loaded single row in the table with one image.
when i query it using 'select * from TEST_IMAGE', the output will display like below. (Image field shows 'null' as its value)
IMAGE_ID | IMAGE_NAME | IMAGE
1 | Test.jpg | (null)
Will the BLOB field show like above only or i didn't load properly?
If not, please suggest me to view the BLOB field.
Thanks,
Vignesh
DWH Consultant
8883879920