Re: SELECT with REAL...

From: Philippe Ferreira <phil(dot)f(at)worldonline(dot)fr>
To: Steve Atkins <steve(at)blighty(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: SELECT with REAL...
Date: 2006-02-06 18:32:53
Message-ID: 43E79655.50307@worldonline.fr
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi,

I've just realized that this way, it works very fine :

SELECT * FROM mytable WHERE myreal = 13.95::real;

But I still don't understand very well why I need the explicit
conversion (::real) ...
Philippe Ferreira.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Steve Atkins 2006-02-06 18:32:57 Re: SELECT with REAL...
Previous Message Philippe Ferreira 2006-02-06 18:21:58 Re: SELECT with REAL...