Thread: int2+float8 problems
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 thanks
"guard" <guard@ficnet.net> writes: > select trn_qty,amount2,trn_qty*amount2 from invo > trn_qty INT2 > amount2 FLOAT8 > +---------+---------+----------+ > | trn_qty | amount2 | ?column? | > +---------+---------+----------+ > | -1 | 7678 | 7678 | What platform are you on, and how did you compile Postgres? Also, what Postgres version? Did you run the regression tests? regards, tom lane
compile ./configure --prefix=/home/pgsql --enable-multibyte run Redhat 6.1 & 6.2 postgresql7.0.3 not run regression tests "Tom Lane" <tgl@sss.pgh.pa.us> ���g���l�� news:19717.983412113@sss.pgh.pa.us... > "guard" <guard@ficnet.net> writes: > > select trn_qty,amount2,trn_qty*amount2 from invo > > trn_qty INT2 > > amount2 FLOAT8 > > > +---------+---------+----------+ > > | trn_qty | amount2 | ?column? | > > +---------+---------+----------+ > > | -1 | 7678 | 7678 | > > What platform are you on, and how did you compile Postgres? > Also, what Postgres version? Did you run the regression tests? > > regards, tom lane
"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.Elphick@lfix.co.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 greenpastures: he leadeth me beside the still waters, he restoreth my soul...Surely goodness and mercy shall followme all the days of my life; and I will dwell in the house of the LORD for ever." Psalms23:1,2,6