CARLEENHOP
MIS
- Mar 7, 2010
- 61
Hi
Using Bethnic golden32 connecting to oracle db.
I have a supplier table which as a blobidx. All i know is to get the details of this blob i run the following (specifying the blobidx:
select get_blob(blobidx) from dual;
**Change the blobidx to the number you are inputting
My supplier table stores the blobidx, so I just want to pass it directly from the supplier table, but I am not clear on the sql as to how.
Can anyone help?
Thanks
Using Bethnic golden32 connecting to oracle db.
I have a supplier table which as a blobidx. All i know is to get the details of this blob i run the following (specifying the blobidx:
select get_blob(blobidx) from dual;
**Change the blobidx to the number you are inputting
My supplier table stores the blobidx, so I just want to pass it directly from the supplier table, but I am not clear on the sql as to how.
Can anyone help?
Thanks