Created
January 21, 2023 16:17
-
-
Save thalysonalexr/88d62935446b00cd8978140d1bd54f0f to your computer and use it in GitHub Desktop.
Change initial sequence to last value of Oracle table
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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