A similar trigger for UPDATE needs to be created to ensure the correct values of bit columns.
您还需要为update操作创建一个类似的触发器,以确保位列上的值是正确的。
For example, each time a new product name is added, you can have it trigger a batch update.
例如,每当添加新产品名时,可以让它触发批量更新。
In trigger terminology, the INSERT, DELETE, or UPDATE that causes a trigger to be fired is known as the triggering event.
在触发器术语中,INSERT、DELETE或者UPDATE这些使得触发器启动的事件被称作触发事件。
应用推荐