Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Inserting multiple rows with one INSERT statement
On Thu, 1 Jul 1999 18:59:27 +0100, "Matt Randle" <matt_at_imat.demon.co.uk> wrote:
>Does anyone know if you can insert multiple rows into a table with one
>INSERT statement ??
You can do the following...
insert into T ( select * from T1 );
hope this helps.
chris.
>
>Thanks,
>
>Matt.
>
--
Christopher Beck
Oracle Corporation
clbeck_at_us.oracle.com
Reston, VA.
![]() |
![]() |