MaxCompute5个窗口函数限制

场景:想选出每个客户前10个top购买类目,再pivot成10个列(或者合并成逗号隔开的一个值) 遭遇: “maximum 5 window functions allowed in the select statement of a sql ” 反了一下MaxCompute使用文档 一个SELECT中最多允许5个窗口函数 记得有篇文章,绕过了这个限制,好像是用union之类,找不到了。 好吧,自
相关文章
相关标签/搜索