[Please copy the mailing list on replies.]
On Thu, Dec 15, 2005 at 07:32:54PM +0100, Adam Kolany wrote:
> Michael Fuhr napisa?(a):
> >On Thu, Dec 15, 2005 at 11:03:55AM +, Adam Kolany wrote:
> >>stoff=> select sum(wplyw),sum(wydatek), sum(wplyw)-sum(wydatek) from
> >>rachunki where okres<6;
>
"Adam Kolany" <[EMAIL PROTECTED]> writes:
> can you explain this?
> ==
> stoff=> select sum(wplyw),sum(wydatek), sum(wplyw)-sum(wydatek) from
> rachunki where okres<6;
> sum | sum | ?column?
> ---+-+--
> 73745 | 6712.5
On Thu, Dec 15, 2005 at 11:03:55AM +, Adam Kolany wrote:
> can you explain this?
> ==
> stoff=> select sum(wplyw),sum(wydatek), sum(wplyw)-sum(wydatek) from
> rachunki where okres<6;
> sum | sum | ?column?
> ---+-+-
The following bug has been logged online:
Bug reference: 2117
Logged by: Adam Kolany
Email address: [EMAIL PROTECTED]
PostgreSQL version: 8.0.1
Operating system: Linux, SuSe 9.2
Description:inconsistency in sum
Details:
can you explain this?