[ 
https://issues.apache.org/jira/browse/DERBY-103?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Suran Jayathilaka reassigned DERBY-103:
---------------------------------------

    Assignee: Suran Jayathilaka

> Global Oracle/Axion style sequence generator
> --------------------------------------------
>
>                 Key: DERBY-103
>                 URL: https://issues.apache.org/jira/browse/DERBY-103
>             Project: Derby
>          Issue Type: Wish
>          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.

Reply via email to