Re: int2+float8 problems

From: "Oliver Elphick" <olly(at)lfix(dot)co(dot)uk>
To: "guard" <guard(at)ficnet(dot)net>
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Re: int2+float8 problems
Date: 2001-03-01 06:59:42
Message-ID: 200103010700.f216xgH28307@linda.lfix.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

"guard" wrote:
>select trn_qty,amount2,trn_qty*amount2 from invo
>
>trn_qty INT2
>amount2 FLOAT8
>
>+---------+---------+----------+
>| trn_qty | amount2 | ?column? |
>+---------+---------+----------+
>| -1 | 7678 | 7678 |
>
>what to get -7678

This works in 7.1beta4. Perhaps you need to upgrade.

--
Oliver Elphick Oliver(dot)Elphick(at)lfix(dot)co(dot)uk
Isle of Wight http://www.lfix.co.uk/oliver
PGP: 1024R/32B8FAA1: 97 EA 1D 47 72 3F 28 47 6B 7E 39 CC 56 E4 C1 47
GPG: 1024D/3E1D0C1C: CA12 09E0 E8D5 8870 5839 932A 614D 4C34 3E1D 0C1C
========================================
"The LORD is my shepherd; I shall not want. He maketh
me to lie down in green pastures: he leadeth me beside
the still waters, he restoreth my soul...Surely
goodness and mercy shall follow me all the days of my
life; and I will dwell in the house of the LORD for
ever." Psalms 23:1,2,6

Browse pgsql-sql by date

  From Date Subject
Next Message Christopher Sawtell 2001-03-01 08:41:58 Re: Array as parameter in plpgSQL functions
Previous Message Josh Berkus 2001-03-01 05:22:18 Re: [PHP] novice question