Skip to content

Instantly share code, notes, and snippets.

@ecormaksin
Created February 28, 2020 00:40
Show Gist options
  • Save ecormaksin/2f56f5f9bb2d81ec720ed90ff9410ef7 to your computer and use it in GitHub Desktop.
Save ecormaksin/2f56f5f9bb2d81ec720ed90ff9410ef7 to your computer and use it in GitHub Desktop.
SELECT
*
--SEQUENCE_NAME
--SEQUENCE_NAME,LAST_NUMBER
FROM
USER_SEQUENCES
WHERE SEQUENCE_NAME = '<シーケンス名>'
;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment