Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Sequence
Use
select sequencename.nextval
into :new.<primarykey column>
from dual;
Hth
-- Sybrand Bakker, Oracle DBA Gary Knopp <gknopp_at_ascend.com> wrote in message news:8743h2$se4_at_nntpa.cb.lucent.com...Received on Mon Jan 31 2000 - 00:00:00 CST
>
> Is there away to assign a sequence number in a
> a before insert trigger event? I can't seem to get
> this to work properly.
>
> Thanks
>
>
>
>
>
>
>
![]() |
![]() |