Re: Reporting: Oracle-like features?

From: "Josh Berkus" <josh(at)agliodbs(dot)com>
To: David Fetter <david(at)fetter(dot)org>, SF Postgres <sfpug(at)postgresql(dot)org>
Subject: Re: Reporting: Oracle-like features?
Date: 2003-01-20 22:17:51
Message-ID: web-2320113@davinci.ethosmedia.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: sfpug

David,

> When I'm using Oracle, I can do things like "break on foo"
> and
> "compute sum of bar"

Um, like:

SELECT foo, sum(bar) as bar_sum
FROM tblfud
GROUP BY foo
ORDER BY foo

?

-Josh

In response to

Responses

Browse sfpug by date

  From Date Subject
Next Message David Fetter 2003-01-20 22:36:04 Re: Reporting: Oracle-like features?
Previous Message elein 2003-01-20 22:06:20 Re: Reporting: Oracle-like features?