Created
January 17, 2017 14:35
-
-
Save chfw/b619f02436c339db66a175a29531994a to your computer and use it in GitHub Desktop.
oracle insert into table with seq
This file contains 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
INSERT INTO USER_TABLE VALUES (SEQ_USER.NEXTVAL, 's', 'x'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment