【发布时间】:2013-06-21 11:58:51
【问题描述】:
以下是按字母顺序排列的国家/地区列表。
如何更改它,而不是返回整个列表,而只返回此列表中的第二个国家/地区?就我们的立方体而言,这只是Aland Islands 的结果。
SELECT
ORDER([Geolocation].[Geography].[Geography Country].MEMBERS,
[Geolocation].[Geography].CurrentMember.name, BASC ) ON ROWS,
[Measures].[DefaultMemberName] ON COLUMNS
FROM [MyCube]
【问题讨论】:
标签: sql-server-2012 ssas mdx