Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Update mulitple columns
I'm using Oracle 8.0.5 on Solaris 2.6.
Is there any reason I cannot do the following?
create or replace trigger copy_run
after insert
on run for each row
begin
update testcycl
set tc_user_01 = :new.rn_user_02, set tc_user_02 = :new.rn_user_03, set tc_user_03 = :new.rn_user_03 where tc_test_id = :new.rn_test_id and tc_cycle = :new.rn_cycle;
The fool thing is giving me compile errors.
Thanks,
Chris
--
Chris Forlano
TMS Project Manager
Nortel Networks, Maidenhead
590 4342 (01628 434 342)
cforlano_at_nortelnetworks.com
Received on Wed Sep 15 1999 - 18:32:39 CDT
![]() |
![]() |