SQL> create sequence seq; Sequence created. SQL> select seq.nextval from dual; NEXTVAL ----- 1 SQL> select seq.nextval from dual; NEXTVAL ----- 2 SQL> select seq.nextval from dual; NEXTVAL ----- 3 ...
I humbly beg the hivemind: I am editing a large MS Word document with lots of screenshots. Under each screenshot is a caption with reads "Figure XX - A nice picture of something". The XX part is a ...