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 -> Re: pl/sql dup_val_on_index

Re: pl/sql dup_val_on_index

From: Mladen Gogala <gogala_at_sbcglobal.net>
Date: Wed, 07 Dec 2005 13:51:20 GMT
Message-Id: <pan.2005.12.07.13.51.15.664110@sbcglobal.net>


On Tue, 06 Dec 2005 04:05:16 -0800, nugster wrote:

>
> any ideas?

merge into table T
using (select) S
ON ( T.col1 =S.col2)
WHEN NOT MATCHED THEN INSERT INTO T(...) VALUES (S....);

-- 
http://www.mgogala.com
Received on Wed Dec 07 2005 - 07:51:20 CST

Original text of this message

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