Skip to content

Instantly share code, notes, and snippets.

@KomanRudden
Created February 23, 2016 12:28
Show Gist options
  • Save KomanRudden/6138f5bcb059cf19a0d2 to your computer and use it in GitHub Desktop.
Save KomanRudden/6138f5bcb059cf19a0d2 to your computer and use it in GitHub Desktop.
Oracle Sequence - nextval
select <seq_name>.nextval from dual;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment