Plsql sequence

From John Freier
Jump to: navigation, search

To get the next sequence

SELECT myseq.NEXTVAL FROM DUAL;