esus
Database
Tables
(current)
Columns
Constraints
Relationships
Orphan Tables
Anomalies
Routines
taa_adcidadaohistorico
Parameters
Name
Type
Mode
Definition
BEGIN IF(tg_op = 'INSERT') THEN UPDATE tb_ator_papel set qt_referencia = (qt_referencia + 1) where co_seq_ator_papel = new.co_lotacao; END IF; RETURN NULL; END;