Properties

Name: ww 
OID: 16447 
Owner: postgres 
Current value:
Minimum:
Maximum: 12 
Increment:
Cache:
Cycled:  
Comment: ddssdss 

SQL


CREATE SEQUENCE ww
    START WITH 1
    INCREMENT BY 1
    MAXVALUE 12
    NO MINVALUE
    CACHE 1
    CYCLE;


ALTER TABLE public.ww OWNER TO postgres;

See Also

List of sequences