Created
February 28, 2020 00:40
-
-
Save ecormaksin/2f56f5f9bb2d81ec720ed90ff9410ef7 to your computer and use it in GitHub Desktop.
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
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