MicroStrategy ONE
Alter Event statement
Modifies an event.
Copy
ALTER EVENTevent_name[NAMEnew_event_name] [DESCRIPTION
new_description][LONGDESCRIPTIONlong_description];
where:
-
event_name is the name of the event to be altered, of type string, between double quotes (" ").
-
new_event_name is the new name of the event, of type string, between double quotes (" ").
-
new_description is the new description of the event, of type string, between double quotes (" ").
-
long_description is the new long description of the event, of type string, between double quotes (").
Example
Copy
ALTER
EVENT "Database Load" NAME "DBMS Load";