Insert data into LOB column

2001-02-07 Thread Helmut Daiminger
Hi! I am new to working with LOBs. I want to insert data (through SQL or PL/SQL) into a table that looks like this: column1 varchar2(100) column2 BLOB column3 number How can I insert data into that table directly? insert into table (column1, colum2, column3) values ('sample text', ?,

Insert data into LOB column

2001-02-07 Thread Helmut Daiminger
> Hi! > > I am new to working with LOBs. I want to insert data (through > SQL or PL/SQL) > into a table that looks like this: > > column1 varchar2(100) > column2 BLOB > column3 number > > How can I insert data into that table directly? > > insert into table (column1, colum2, column3) va

Re: Insert data into LOB column

2001-02-07 Thread Marin Dimitrov
- Original Message - To: Multiple recipients of list ORACLE-L <[EMAIL PROTECTED]> Sent: Wednesday, February 07, 2001 02:35 > > I am new to working with LOBs. I want to insert data (through SQL or PL/SQL) > into a table that looks like this: > > column1 varchar2(100) > column2 BLOB >

Insert data into LOB column

2001-02-06 Thread Helmut Daiminger
Hi! I am new to working with LOBs. I want to insert data (through SQL or PL/SQL) into a table that looks like this: column1 varchar2(100) column2 BLOB column3 number How can I insert data into that table directly? insert into table (column1, colum2, column3) values ('sample text', ?,