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 -> Numbers in Sequence

Numbers in Sequence

From: Reiro <ReiroGP_at_gmail.com>
Date: 15 Sep 2006 01:44:40 -0700
Message-ID: <1158309880.511027.198200@b28g2000cwb.googlegroups.com>


Hi ppl....

i hav the foll: table in oracle... a sample table with just two columns will look lyk this:

Name                  SEQ_number
  A                           31
  A                           33
  A                           37
  B                           2
  B                           3
  B                           6
  C                           4
  C                           7
  C                           8


the prob is that i need the numbers tfor each name to be in sequence starting from 1...
to look lyk the foll:

Name                  SEQ_number
  A                           1
  A                           2
  A                           3
  B                           1
  B                           2
  B                           3
  C                           1
  C                           2
  C                           3

Plzzz help...
thx in advance :) Received on Fri Sep 15 2006 - 03:44:40 CDT

Original text of this message

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