Skip to content
Snippets Groups Projects
Commit 4d71230d authored by Christopher Lenke's avatar Christopher Lenke
Browse files

24.09.2024

parent 1debe91c
No related branches found
No related tags found
No related merge requests found
-- basics.exclude_pattern_epid_seq definition
-- DROP SEQUENCE basics.exclude_pattern_epid_seq;
CREATE SEQUENCE basics.exclude_pattern_epid_seq
INCREMENT BY 1
MINVALUE 1
MAXVALUE 9223372036854775807
START 5613
CACHE 1
NO CYCLE;
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment