Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Generating Sequence Numbers
>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
![]() |
![]() |