is numeric relational operator problem fixed in v7.3

From: "jack" <datactrl(at)tpg(dot)com(dot)au>
To: <pgsql-sql(at)postgresql(dot)org>
Subject: is numeric relational operator problem fixed in v7.3
Date: 2002-12-11 02:54:09
Message-ID: 000e01c2a0c0$950c4710$1400a8c0@jac
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Does the following now works in postgreSQL v7.3?

Select *
from a_table
where num1 >10;

*** type of num1 is NUMERIC (12,2)

Jack

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Oliver Elphick 2002-12-11 03:08:22 Re: is numeric relational operator problem fixed in v7.3
Previous Message Joe Conway 2002-12-10 18:31:41 Re: SQL syntax for concating values in different rows together