Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想构建一个 MDX 查询,以便从结果集中从顶部获取第 6 到第 10 条记录。
您可以使用子集:
Subset('your set', 5, 5)