Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

question about sequence

ANNECMay 31 2019 — edited Jun 4 2019

I have a table with an productID column, it is a sequence number. It will increment by 1, cache 50.

I see the last _number is 259259 for this sequencenumber, but if I do a select max(productionID) from mytable , it is 259708, it is entered today.

How come the productionID is already bigger than the last_number?

We did not change the definition of the sequence recently.

This post has been answered by CarlosDLG on May 31 2019
Jump to Answer
Comments
Post Details
Added on May 31 2019
26 comments
662 views