Created
September 3, 2019 15:38
-
-
Save mikebeaton/cc7dcade603cd175f9be7b23cd9f152a to your computer and use it in GitHub Desktop.
'Another Answer' article, gist #2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
INSERT INTO SCOTT.DEPT (DNAME, LOC, DEPTNO) | |
VALUES (:DNAME, :LOC, SCOTT.DEPT_SEQ.nextval); | |
SELECT SCOTT.DEPT_SEQ.currval FROM DUAL; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment