Properties

Name: SAMPSEQUENCE 
Schema: USER 
Definer: USER 
Owner: USER 
Start:
Min:
Max: 9223372036854775807 
Increment:
Cycle:  
Order:  
Cache: 20 
Create time: 24.06.2006 
Alter time: 24.06.2006 
Description:  

Autherisations

Grantor Grantee Authorities
  SYSIBM  USER  USAGE=HELD_GRANTABLE, ALTER=HELD_GRANTABLE 
Total: 1 autherisation(s)

SQL

CREATE SEQUENCE "USER    "."SAMPSEQUENCE" AS BIGINT
    MINVALUE 1 MAXVALUE 9223372036854775807
    START WITH 1 INCREMENT BY 1
    CACHE 20 NO CYCLE NO ORDER;

See Also

List of sequences