Re: is numeric relational operator problem fixed in v7.3

From: Oliver Elphick <olly(at)lfix(dot)co(dot)uk>
To: jack <datactrl(at)tpg(dot)com(dot)au>
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Re: is numeric relational operator problem fixed in v7.3
Date: 2002-12-11 03:08:22
Message-ID: 1039576102.20146.143.camel@linda.lfix.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)lfix(dot)co(dot)uk>
LFIX Limited

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Jonathan Man 2002-12-11 06:44:20 Question
Previous Message jack 2002-12-11 02:54:09 is numeric relational operator problem fixed in v7.3