在之前的版本中,必须为每个触发器事件创建单独的触发器。
In previous versions, you had to create separate triggers for each trigger event.
通过使用新的 DataBlade API 例程,可以编写通用的用户定义例程来审计表和触发器事件。
Using the new DataBlade API routines, you can write a general purpose user-defined routine that can you can use to audit any table and any trigger event.
另外,触发器现在可以在单一子句中同时包含UPDATE、DELETE和INSERT操作,作为一个触发器事件。
In addition, triggers can now contain UPDATE, DELETE, and INSERT operations together in a single clause as the trigger event. For example.
应用推荐