Re: Sequence

From: SKurosky <skurosky_at_aol.com>
Date: 19 Mar 2000 17:58:17 GMT
Message-ID: <20000319125817.28887.00002134_at_ng-fv1.aol.com>


>BLACKROOK WROTE:
>I am working with Personal Oracle 8 on a win95 platform. My problem is, I
>have
>a simple sequence which is part of a procedure.
>
>create sequence addid_sequence
>begin with 1
>increment by 1;
>
>When I execute the procedure, the first id value is 2. The next to id values
>increment by 2 and finally, the last two executions result in values that
>increment by 4. Any ideas on what causes this and how can I fix this problem?
>
>
>Thank you in advance.
>
>Hi,
I believe it should be "start with" instead of "begin with" Sandy

>
>
>
>
Received on Sun Mar 19 2000 - 18:58:17 CET

Original text of this message