Skip to main content

This version of the product is no longer supported, and this documentation is no longer updated regularly. See the latest version of this content.Opens in a new tab

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