Parts of an MDX Query

To specify a dataset, the MDX query must contain information about the following subjects:

A typical, basic MDX query takes the following form:

SELECT <axis_specification> [, <axis_specification>...]

FROM <cube_specification>

WHERE <slicer_specification>

The following topics describe each part of this query syntax.


Note The full syntax of MDX queries contains significantly more features than the preceding syntax, which contains only the basic elements.


(c) 1988-1998 Microsoft Corporation. All Rights Reserved.