9.28. 觸發函式
Table 9.97. Built-In Trigger Functions
CREATE TRIGGER z_min_update
BEFORE UPDATE ON tablename
FOR EACH ROW EXECUTE FUNCTION suppress_redundant_updates_trigger();Last updated
Was this helpful?
CREATE TRIGGER z_min_update
BEFORE UPDATE ON tablename
FOR EACH ROW EXECUTE FUNCTION suppress_redundant_updates_trigger();Last updated
Was this helpful?
Was this helpful?