Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> sequences
If you can create a sequence with
create sequence blahblah start with 9;
Why can't you pass it a variable or expression?
Like
Create sequence blahbalh start with :var
or create sequence blahblah start with (select max(primarykey) from
table);
??
Received on Tue Jan 05 1999 - 13:54:49 CST
![]() |
![]() |