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: INSERT with WHERE???

Re: INSERT with WHERE???

From: hpuxrac <johnbhurley_at_sbcglobal.net>
Date: 12 Dec 2006 07:03:31 -0800
Message-ID: <1165935811.519117.196880@j72g2000cwa.googlegroups.com>

sethukr_at_gmail.com wrote:
> hi everybody,
>
> Hope i'm in the right group.
> If not, please forgive me.
> I'm very much screwed by INSERT clause.
>
> Is it possible to use INSERT with WHERE condition??
>
> Can anybody explain me with an example.
>
> Thanks in advance,
> Sethu.

select column_list from some_table_or_view where some_set_of_conditions insert into some_table_or_view. Received on Tue Dec 12 2006 - 09:03:31 CST

Original text of this message

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