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: <sethukr_at_gmail.com>
Date: 12 Dec 2006 07:19:11 -0800
Message-ID: <1165936751.162229.187000@f1g2000cwa.googlegroups.com>

vnr1995_at_gmail.com wrote:
> How about
>
> INSERT
> WHEN (<condition>) THEN
> INTO <table_name> (<column_list>)
> VALUES (<values_list>);
>
>
>
>
> 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.

Thanks to both of you Received on Tue Dec 12 2006 - 09:19:11 CST

Original text of this message

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