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

Home -> Community -> Usenet -> c.d.o.server -> insert/update performance

insert/update performance

From: Norris <johnnie_at_cooper.com.hk>
Date: 8 Jul 1999 12:37:27 GMT
Message-ID: <7m2627$5nq$2@imsp009a.netvigator.com>


May I know if there is any performance difference for the following two statement (with and without subquery):

insert into table1 select 'a','b' from dual;

insert into table1 values ('a','b'); Received on Thu Jul 08 1999 - 07:37:27 CDT

Original text of this message

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