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: Increament

Re: Increament

From: FaheemRao <faheemrao_at_yahoo.com>
Date: 28 Oct 2001 23:03:01 -0800
Message-ID: <43b58913.0110282303.4fd4c1e5@posting.google.com>


If n is a static value then you can use sequence Object ,

you can specify "increment by "at creation time of sequence. but if you want n to be diferent every time then you batter consider to write a stored procedure to do the job

Faheem Rao
Oliver Wong <oliverwong_at_aforce.com> wrote in message news:<3BDCD4CE.2B836FAB_at_aforce.com>...
> How can I create a field that will increament by n?
> Thank you!
Received on Mon Oct 29 2001 - 01:03:01 CST

Original text of this message

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