[
https://issues.apache.org/jira/browse/DERBY-103?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Rick Hillegas closed DERBY-103.
-------------------------------
Resolution: Duplicate
Closing this as a duplicate of DERBY-712.
> Global Oracle/Axion style sequence generator
> --------------------------------------------
>
> Key: DERBY-103
> URL: https://issues.apache.org/jira/browse/DERBY-103
> Project: Derby
> Issue Type: Improvement
> Components: SQL
> Reporter: Bernd Ruehlicke
> Assignee: Suran Jayathilaka
>
> The identity column generator is just not enought. It would just be wonderful
> if Derby had commands like
> CREATE SEQUENCE mySeq;
> values mySeq.nextval;
> values mySeq.currval;
> CREATE TABLE my_table (
> id integer default mySeq.nextval,
> value varchar(40)
> )
> DROP SEQUENCE mySeq;
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.