oracle sequence last number

Solutions on MaxInterview for oracle sequence last number by the best coders in the world

showing results for - "oracle sequence last number"
Marlene
17 May 2018
1SELECT LAST_NUMBER FROM ALL_SEQUENCES WHERE SEQUENCE_NAME = 'seq_name';