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: MERGE and WITH ?

Re: MERGE and WITH ?

From: <fitzjarrell_at_cox.net>
Date: 16 Oct 2006 12:33:10 -0700
Message-ID: <1161027190.535868.97230@h48g2000cwc.googlegroups.com>

klabu wrote:
> Does MERGE work with "WITH" clause ???
> like:
>
> WITH
> sub_sql
> AS
> (some_select)
> MERGE INTO targettable
> USING sub_sql
> ........
>
> thanks

No.

David Fitzjarrell Received on Mon Oct 16 2006 - 14:33:10 CDT

Original text of this message

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