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

MERGE and WITH ?

From: klabu <nosuchuser_at_gmail_dot_com>
Date: Mon, 16 Oct 2006 13:37:14 -0400
Message-ID: <12j7gqbhc4042d4@corp.supernews.com>


Does MERGE work with "WITH" clause ???
like:

WITH
sub_sql
AS
(some_select)
MERGE INTO targettable
  USING sub_sql
........

thanks Received on Mon Oct 16 2006 - 12:37:14 CDT

Original text of this message

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