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: Generating Sequence Numbers

Re: Generating Sequence Numbers

From: Jorge <cafelito_at_---NO---SPAM---yahoo.com>
Date: Wed, 22 Sep 1999 17:00:24 +0200
Message-ID: <7sar6l$64l$1@diana.bcn.ttd.net>


>Is there a non-platform specific way to generate sequence numbers using
>only SQL?

What about create a table with a numeric field and update it? You could create a function/procedure to encapsulate the access to that table.

bye

    Jorge Received on Wed Sep 22 1999 - 10:00:24 CDT

Original text of this message

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