Skip to main content

DROP SET Statement (MDX)

Removes a named set defined earlier in the current session.

Syntax and Details

DROP SET cube_name.set_name
  • cube_name is the name of the cube to which you are adding this member.

  • set_name is an unquoted string that names the set.

When you use the MDX shell, a session is started; the session ends when you exit the shell. During this session, if you use the CREATE SET statement, the set that you create is available until the session ends or until you use the DROP SET statement.

Example

>>DROP SET patients.testset
 
---------------------------------------------------------------------------
Elapsed time:       .011825s

See Also

FeedbackOpens in a new tab