Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.tools -> Re: nextval

Re: nextval

From: Arnaud BLANCHET <ablanchet_at_qualea.fr>
Date: Thu, 21 Dec 2000 12:57:24 +0100
Message-ID: <91sr7p$n4f$1@wanadoo.fr>

you have to create a sequence :

create sequence p_ID

you can use the option start with, to choose which is the first number of the sequence

Bye Received on Thu Dec 21 2000 - 05:57:24 CST

Original text of this message

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