Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: Inserting multiple rows with one insert sql = ?

Re: Inserting multiple rows with one insert sql = ?

From: Mark Fisher <fisherm_at_britannic.nospam.co.uk>
Date: Mon, 5 Oct 1998 10:23:27 +0100
Message-ID: <6va34j$6q9$1@soap.news.pipex.net>


No, you have to do it row by row or use a loader program like SQLLoader to load in from a flat file.

Mark Fisher
Technical Specialist
Britannic Assurance

Steve Chapman wrote in message <01bdee20$f8a4dc80$e89a3398_at_us0071465>...
>can you do this:
>
> insert into table values (
> 1, 'stuff', 'stuff',
> 2, 'stuff', 'stuff',
> 3, 'stuff', 'stuff');
Received on Mon Oct 05 1998 - 04:23:27 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US