MicroStrategy ONE

Create Event statement

Creates an event.

Copy
CREATE EVENTevent_name[DESCRIPTIONdescription][LONGDESCRIPTIONlong_description];

where:

  • event_name is the name of the event to be created, of type string, between double quotes (" ").

  • description is the description of the event, of type string, between double quotes (" ").

  • long_description is the long description of the event, of type string, between double quotes (").

Example

Copy
CREATE EVENT 
 "Database Load" DESCRIPTION "Database Load";