maya
.public
Tables
(current)
Columns
Constraints
Relationships
Orphan Tables
Anomalies
Routines
client_fillin_idproduct()
Parameters
Name
Type
Mode
Definition
DECLARE BEGIN IF NEW.idproduct IS NULL THEN NEW.idproduct := NEW.idprivilegegroup; END IF; RETURN NEW; END;