Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Trigger for inserting new primary keys in a table ... How ??
"Jørgen Haukland" <jorgen.hauikland_at_fou.telenor.no> writes:
> /*test_id is my primaryke column*/
> :n.fld_pk := new_key;
> END;
in that case, the line should be:
:n.test_id := new_key;
hth,
juergen
Received on Mon Nov 23 1998 - 00:00:00 CST
![]() |
![]() |