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

Home -> Community -> Usenet -> c.d.o.server -> sequences

sequences

From: Doug Cowles <dcowles_at_bigfoot.com>
Date: Tue, 05 Jan 1999 14:51:39 -0500
Message-ID: <36926D4B.4B9B5088@bigfoot.com>


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:51:39 CST

Original text of this message

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