Mar 21, 2002 #1 TimPro Programmer Feb 26, 2002 8 IE Sorr for such a trivial problem, but could someone please tell me the syntax for inserting new rows in a db using sequences for a primary key. thanks
Sorr for such a trivial problem, but could someone please tell me the syntax for inserting new rows in a db using sequences for a primary key. thanks
Mar 21, 2002 #2 Hehenka Programmer Jan 30, 2002 59 SK In Forms you can use: SELECT ZAKAZNIK_SEQ.NEXTVAL INTO :block1.ID FROM DUAL; where :block1.ID is primary key. Upvote 0 Downvote
In Forms you can use: SELECT ZAKAZNIK_SEQ.NEXTVAL INTO :block1.ID FROM DUAL; where :block1.ID is primary key.