FROM Clause

In an MDX statement, the FROM clause has a cube name. In the corresponding SQL statements (note that there are multiple statements because multiple tables must be generated), FROM clauses will contain the MEMBERS table (for generating the axis tables) or the FACT table (for generating the VALUES table). Depending on the query, there might also be the LEVELS table joined to the MEMBERS table when generating the axes tables.