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: ASK <aasu.kr_at_gmail.com>
Date: 12 Dec 2006 08:49:25 -0800
Message-ID: <1165942165.406512.4090@j72g2000cwa.googlegroups.com>


Hi,

Could you illustrate the below by some example? INSERT
 WHEN (<condition>) THEN
   INTO <table_name> (<column_list>)
   VALUES (<values_list>);

-ASK 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.
Received on Tue Dec 12 2006 - 10:49:25 CST

Original text of this message

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