Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> LONG RAW: Insert a picture
I made the following table:
create table picture
(
uid varchar2(8) not null unique, image long raw not null);
I would like to insert pictures into the image field, but I don't know how to do it.
Please help
Thanks
Greg
Received on Fri Sep 10 1999 - 15:54:14 CDT
![]() |
![]() |