il marche pas, je c pas pkoi [Oracle Trigger] - SQL/NoSQL - Programmation
MarshPosté le 01-12-2003 à 12:31:51
insert into appels (no_appel) values( seq_no_appel.nextval);
update appels set no_type_appel = ( select t.no_type_appel from type_appel t where nom_type_appel = :n.direction) where no_appel = seq_no_appel.currval ;
Marsh Posté le 01-12-2003 à 12:31:51
insert into appels (no_appel) values( seq_no_appel.nextval);
update appels set no_type_appel = ( select t.no_type_appel from type_appel t where nom_type_appel = :n.direction)
where no_appel = seq_no_appel.currval ;
Merci