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 -> Processing Groups

Processing Groups

From: Lindsay Walton <lwalton_at_union-investment.de>
Date: 11 Dec 2001 01:46:21 -0800
Message-ID: <6970fcdb.0112110146.64b22d28@posting.google.com>


Essentially I have a table like this:

KEYVAR     X       Y

====== = =
A 1 . A 1 . B 1 . C 1 . C 1 . C 1 .

and want to make Y equal 1 on the first occurance of the a new KEYVAR group ie like:

KEYVAR     X       Y

====== = =
A 1 1 A 1 . B 1 1 C 1 1 C 1 . C 1 .

How can I do this using SQL?

Regards
Lindsay Walton Received on Tue Dec 11 2001 - 03:46:21 CST

Original text of this message

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