You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafodion.apache.org by "liu ming (JIRA)" <ji...@apache.org> on 2018/11/03 06:34:00 UTC

[jira] [Created] (TRAFODION-3227) support ORDER options in sequence creation

liu ming created TRAFODION-3227:
-----------------------------------

             Summary: support ORDER options in sequence creation
                 Key: TRAFODION-3227
                 URL: https://issues.apache.org/jira/browse/TRAFODION-3227
             Project: Apache Trafodion
          Issue Type: New Feature
            Reporter: liu ming
            Assignee: liu ming


>>CREATE SEQUENCE test_seq
+>START WITH 1
+>INCREMENT BY 1
+>MINVALUE 1
+>MAXVALUE 9999999
+>CACHE 5000
+>CYCLE
+>ORDER;



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)