Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Does MySQL 5.0 have statement-level or row-level triggers?

0
Posted

Does MySQL 5.0 have statement-level or row-level triggers?

0

在MySQL 5.0中,所有的触发器都是 FOR EACH ROW 的 – 意思是,触发器可作用于每次插入, 更新, 删除的姬路.MySQL 5.0触发器还不支持使用 FOR EACH STATEMENT 语句. In MySQL 5.0, all triggers are FOR EACH ROW — that is, the trigger is activated for each row that is inserted, updated, or deleted. MySQL 5.0 does not support triggers using FOR EACH STATEMENT.

0

In MySQL 5.0, all triggers are FOR EACH ROW — that is, the trigger is activated for each row that is inserted, updated, or deleted. MySQL 5.0 does not support triggers using FOR EACH STATEMENT.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123