Path: text.usenetserver.com!out04b.usenetserver.com!news.usenetserver.com!in02.usenetserver.com!news.usenetserver.com!postnews.google.com!n67g2000cwd.googlegroups.com!not-for-mail
From: "vnr1995@gmail.com" <vnr1995@gmail.com>
Newsgroups: comp.databases.oracle.server
Subject: Re: INSERT with WHERE???
Date: 12 Dec 2006 07:12:11 -0800
Organization: http://groups.google.com
Lines: 24
Message-ID: <1165936331.186169.143280@n67g2000cwd.googlegroups.com>
References: <1165935144.422612.292890@16g2000cwy.googlegroups.com>
NNTP-Posting-Host: 12.43.229.154
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
X-Trace: posting.google.com 1165936337 9502 127.0.0.1 (12 Dec 2006 15:12:17 GMT)
X-Complaints-To: groups-abuse@google.com
NNTP-Posting-Date: Tue, 12 Dec 2006 15:12:17 +0000 (UTC)
In-Reply-To: <1165935144.422612.292890@16g2000cwy.googlegroups.com>
User-Agent: G2/1.0
X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.8) Gecko/20061025 Firefox/1.5.0.8,gzip(gfe),gzip(gfe)
Complaints-To: groups-abuse@google.com
Injection-Info: n67g2000cwd.googlegroups.com; posting-host=12.43.229.154;
   posting-account=95JizA0AAABwxgN1EZEefK7GYVB4YZgG
Xref: usenetserver.com comp.databases.oracle.server:419007
X-Received-Date: Tue, 12 Dec 2006 10:12:17 EST (text.usenetserver.com)

How about

INSERT
WHEN (<condition>) THEN
  INTO <table_name> (<column_list>)
  VALUES (<values_list>);




sethukr@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.

