Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> INSERT Binary Data
Hi,
I would like to INSERT Byte-Data INTO a BLOB-Field using SQL
This is how it works for SQL-Server:
INSERT INTO tblSlime ( ID, Name, Slime ) VALUES (2, 'Fritz', 0x234323432343234323fc4350fc4350fc4350fc4350fc);
Is something like this possible for ORACLE
Thx,
Peter Received on Sun Oct 03 2004 - 05:00:36 CDT
![]() |
![]() |