PostgreSQL 是否有相当于 Oracle 分析的工具?

发布于 2024-07-12 02:24:56 字数 73 浏览 6 评论 0原文

在另一个线程上,我看到了使用 Oracle 分析解决 sql 问题的答案。 PostgreSQL 或通用 SQL 中是否有等效项?

On another thread I saw a answer to a sql problem using Oracle's analytics. Is there a equivalent in PostgreSQL or generic SQL?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

眼泪也成诗 2024-07-19 02:24:56

唉.. 听起来他们也不会出现在 Postgres 8.4 中。 不过,它们正在开发中。

一些有用的函数可以在此贡献中找到:http://www.postgresql。 org/docs/8.3/static/tablefunc.html(connect_by、交叉表)

Alas.. and it sounds like they won't be in Postgres 8.4, either. They are under development, though.

Some useful functions can be found in this contrib: http://www.postgresql.org/docs/8.3/static/tablefunc.html (connect_by, crosstab)

带刺的爱情 2024-07-19 02:24:56

我不熟悉 Oracle Analytics,但我使用过一些 Jasper Reports,并且喜欢它。

  • Jasper Reports 是一个库,您可以对其进行编码以运行报告。
  • Jasper Server 允许您在 Web 应用程序中托管报告。 它具有安全性和调度功能。
  • iReport是Jasper的GUI设计器,它可以将报告直接上传到Jasper Server。
  • Jasper Analysis 用于分析。

更多内容请参见: http://www.jaspersoft.com/JasperSoft_JasperServer.html

大部分内容是免费的,但也有商业版本。

I'm not familiar with Oracle Analytics, but I've worked with Jasper Reports a little and I like it.

  • Jasper Reports is a library that you can code against to run reports.
  • Jasper Server lets you host your reports in a web app. It has security and scheduling.
  • iReport is a GUI designer for Jasper and it can upload reports directly to Jasper Server.
  • Jasper Analysis is for Analytics.

More here: http://www.jaspersoft.com/JasperSoft_JasperServer.html

Most of the stuff is free, but there are commercial versions too.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文