Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: Trigger for inserting new primary keys in a table ... How ??

Re: Trigger for inserting new primary keys in a table ... How ??

From: Juergen Gmeiner <jg_at_tiani.com>
Date: 1998/11/23
Message-ID: <m167c69sgb.fsf@klondike.tiani.com>#1/1

"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

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US