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 -> Basic INSERT question

Basic INSERT question

From: Chris A <candrew_at_oxspring.com>
Date: Thu, 28 Mar 2002 12:51:11 -0000
Message-ID: <NlEo8.4567$Vm5.34087@NewsReader>


Hi,

Why can't I do this in Oracle8:

INSERT INTO tblTest VALUES
(1,'Test 1'),
(2,'Test 2'),
(3,'Test 3');

Is there an alternative syntax I can use that will insert 3 rows in ONE statement ?

Thanks,
Chris Received on Thu Mar 28 2002 - 06:51:11 CST

Original text of this message

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