Database trigger details bitsCN. com1 introduction
Like the stored procedure, Mysql triggers are embedded into a mysql program. The trigger is a new function of mysql5. Currently, the online Fengchao system, Beidou system, and Columbus system use
ConventionsandStyles convention and programming style every time I want to demonstrate the actual code, I will adjust the code displayed on the screen of the mysql client and change the font to Courier, make them look different from common text (let
MySQL trigger and mysql trigger
MySQL from 5.0.2 version to support the function of the trigger, this blog to introduce the trigger, mysql version: mysql-5.7.19.
What is a trigger?
A trigger is a database object related to tables. It is triggered
Q: What is a trigger?A:A trigger is a database object that is related to a table, fires when a condition is met, and executes a collection of statements defined in the trigger.650) this.width=650; "Src=" http://images2015.cnblogs.com/blog/1113510/201
1. TRIGGER introduction trigger is a mysql TRIGGER. When a trigger is created, it monitors specific events. When a TRIGGER is triggered, an object is activated to process trigger_stmt, that is, the statement to be executed. For example, when you add
MySQL seems to be starting from 5.0.2 version to support the function of the trigger, this blog to introduce the trigger, first of all, or talk about the concept of something:What is a triggerA trigger is a database object that is related to a table,
MySQL seems to be starting from 5.0.2 version to support the function of the trigger, this blog to introduce the trigger, first of all, or talk about the concept of something:What is a triggerA trigger is a database object that is related to a table,
In SQL, a noun trigger is the program code automatically executed in the database to respond to certain events in a special table. (Wikipedia) is a piece of code that is automatically activated when a special database event, such as INSERT or DELETE
One, the advantages of the trigger1, the " automatic " of the triggerTo the programmer, the trigger is not visible, but he did do things, if you do not use a trigger, you update the user table name field, you also write code to update other tables
Reprint Please specify source: http://blog.csdn.net/l1028386804/article/details/46763665A trigger is a special stored procedure, in which the stored procedure is called with call, and the trigger does not need to use the callingIt does not need to
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.