0

I have a table blobtest which was created with the following code:

create table blobtest(
id number,
file_data blob);

I want to insert data representing a file on my computer into this table. How may I do this?

2

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.