Name: | ww |
OID: | 16447 |
Owner: | postgres |
Current value: | 1 |
Minimum: | 1 |
Maximum: | 12 |
Increment: | 1 |
Cache: | 1 |
Cycled: | |
Comment: | ddssdss |
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