SELECT date_part('quarter', created_at) AS quarter, sum(revenue) AS ... 下面的例子里,我们用PostgreSQL 的聚合函数 array_agg 列出窗口中有哪 ...
確定! 回上一頁