SQL Daily (@sqldaily) 's Twitter Profile
SQL Daily

@sqldaily

Daily Oracle SQL tips from the Oracle Developer Advocates for SQL

ID: 3001841930

linkhttp://blogs.oracle.com/sql calendar_today29-01-2015 17:45:15

2,2K Tweet

25,25K Followers

4 Following

SQL Daily (@sqldaily) 's Twitter Profile Photo

Change the next value for a sequence in Oracle Database from 18c with ALTER SEQUENCE ... RESTART This resets it back to the sequence's MINVALUE (1 by default) Use the START WITH clause to set it to any next value