Skip to content

Instantly share code, notes, and snippets.

@chfw
Created January 17, 2017 14:35
Show Gist options
  • Save chfw/b619f02436c339db66a175a29531994a to your computer and use it in GitHub Desktop.
Save chfw/b619f02436c339db66a175a29531994a to your computer and use it in GitHub Desktop.
oracle insert into table with seq
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