Skip to main content

Order

In the case of multiple triggers for the same EVENT and TIME, specifies the order in which the triggers should be fired.

Usage

To specify the order in which this trigger is fired, relative to other triggers with the same EVENT and TIME, use the following syntax:

Trigger name [ Event = sqlevent, Order = n, Time = time ]
{
   //implementation
}

Where n is an integer.

Details

In the case of multiple triggers for the same EVENT and TIME, this keyword specifies the order in which the triggers should be fired.

Default

The default value is 0.

See Also

FeedbackOpens in a new tab