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 -> Re: New Id usign max(id)

Re: New Id usign max(id)

From: mike <hillmw_at_charter.net>
Date: 6 Oct 2005 14:36:06 -0700
Message-ID: <1128634566.352837.5960@z14g2000cwz.googlegroups.com>


I don't have a problem with sequence, its just that I'll need to start a new sequence for every NUM that happened to be created.

That is not do-able is it? I think I'd just have to have 1 sequence and mytable would end up looking like:

NUM ID
1 1
1 2
1 3
2 4
2 5
2 6

Correct? Received on Thu Oct 06 2005 - 16:36:06 CDT

Original text of this message

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