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 -> Re: multi table insert ?

Re: multi table insert ?

From: Malcolm Dew-Jones <yf110_at_vtn1.victoria.tc.ca>
Date: 15 Feb 2005 09:24:16 -0800
Message-ID: <42123040@news.victoria.tc.ca>


vertigo (ax178_at_wp.pl) wrote:
: Hello

: INSERT INTO ALL WHEN DEPT_NO IN (12,14) THEN INTO EMP SELECT * FROM EMP_OLD;

: Is it correct statemant ?
: I think it's not (without first INTO it is ok), but i found somewhere
: that it is.
: Could anybody explain why ?

This is not valid Oracle PL/SQL, but it might be valid in some other database system.

--

This space not for rent.
Received on Tue Feb 15 2005 - 11:24:16 CST

Original text of this message

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