Advertisement
pszczyg

ReturningInto3

Dec 16th, 2019
1,238
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PL/SQL 0.16 KB | None | 0 0
  1. CREATE SEQUENCE my_seq START WITH 1 INCREMENT BY 1;
  2. INSERT INTO Parameters (id, name, description) VALUES (my_seq.NEXTVAL, 'ParameterName', 'ParameterDescription');
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement