Difference between revisions of "Plsql sequence"
From John Freier
(Created page with 'To get the next sequence SELECT SELECT myseq.NEXTVAL FROM DUAL;') |
(No difference)
|
Revision as of 10:28, 15 July 2013
To get the next sequence
SELECT SELECT myseq.NEXTVAL FROM DUAL;