Re: is numeric relational operator problem fixed in v7.3 - Mailing list pgsql-sql

From Oliver Elphick
Subject Re: is numeric relational operator problem fixed in v7.3
Date
Msg-id 1039576102.20146.143.camel@linda.lfix.co.uk
Whole thread Raw
In response to is numeric relational operator problem fixed in v7.3  ("jack" <datactrl@tpg.com.au>)
List pgsql-sql
On Wed, 2002-12-11 at 02:54, jack wrote:
> Does the following now works in postgreSQL  v7.3?
> 
> Select * 
> from a_table
> where num1 >10;
> 
> *** type of num1 is NUMERIC (12,2)

It works

-- 
Oliver Elphick <olly@lfix.co.uk>
LFIX Limited



pgsql-sql by date:

Previous
From: "jack"
Date:
Subject: is numeric relational operator problem fixed in v7.3
Next
From: "Jonathan Man"
Date:
Subject: Question