Plsql sequence

From John Freier
Revision as of 11:28, 15 July 2013 by Jfreier (Talk | contribs) (Created page with 'To get the next sequence SELECT SELECT myseq.NEXTVAL FROM DUAL;')

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

To get the next sequence

SELECT SELECT myseq.NEXTVAL FROM DUAL;