Skip to content

Instantly share code, notes, and snippets.

@thalysonalexr
Created January 21, 2023 16:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thalysonalexr/88d62935446b00cd8978140d1bd54f0f to your computer and use it in GitHub Desktop.
Save thalysonalexr/88d62935446b00cd8978140d1bd54f0f to your computer and use it in GitHub Desktop.
Change initial sequence to last value of Oracle table
ALTER TABLE ROLES MODIFY ID GENERATED BY DEFAULT ON NULL AS IDENTITY (START WITH LIMIT VALUE);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment