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: Identity column?

Re: Identity column?

From: Gina Hagg <gina_at_cafex.com>
Date: Sat, 13 Nov 1999 00:45:28 GMT
Message-ID: <382CB4EF.8B2AA373@cafex.com>


it is called a sequence number.
you can create it as 'create sequence' give the seed and increments. look at the doc.
you can then select curval and nextval of sequence for a given table.

Bill Weaks wrote:
>
> Sounds silly, I suppose, but I can't find documentation on how to create
> an IDENTITY column in Oracle 7!
>
> I see ROWID, but that doesn't cut it.
>
> My experience thus far has been with MS SQL 6.5+, and they have a way to
> create an autoincrementing field in a table.
>
> Could somebody shed some light, please?
>
> Thanks
Received on Fri Nov 12 1999 - 18:45:28 CST

Original text of this message

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