Before Trigger « Trigger « MySQL Tutorial






13.3.Before Trigger
13.3.1.Before insert trigger
13.3.2.Create a 'Before update trigger'
13.3.3.Update table in a before update trigger
13.3.4.Change the NEW value based on the input in a BEFORE INSERT trigger
13.3.5.Change the NEW value based on the input in the BEFORE UPDATE trigger