SELECT with REAL...

From: Philippe Ferreira <phil(dot)f(at)worldonline(dot)fr>
To: pgsql-general(at)postgresql(dot)org
Subject: SELECT with REAL...
Date: 2006-02-05 22:30:07
Message-ID: 43E67C6F.2080302@worldonline.fr
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi,

I've never noticed before, but I don't manage to do a "SELECT" with
conditions on REAL columns !!

For example, the following command always returns 0 row, even if rows
with myreal=10.5 do exist :
SELECT * FROM mytable WHERE myreal=10.5;

Where am I wrong ?!

Thank you in advance,
Philippe Ferreira.

Responses

Browse pgsql-general by date

  From Date Subject
Next Message John Tulodziecki 2006-02-05 22:31:24 Array of Composite Type as Stored Procedure parameter.
Previous Message August Zajonc 2006-02-05 21:49:56 Re: New project launched : PostgreSQL GUI Installer for Linux/Unix