Re: SELECT with REAL... - Mailing list pgsql-general

From Philippe Ferreira
Subject Re: SELECT with REAL...
Date
Msg-id 43E79655.50307@worldonline.fr
Whole thread Raw
In response to Re: SELECT with REAL...  (Steve Atkins <steve@blighty.com>)
Responses Re: SELECT with REAL...  (Niklas Johansson <spot@tele2.se>)
List 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.

pgsql-general by date:

Previous
From: Philippe Ferreira
Date:
Subject: Re: SELECT with REAL...
Next
From: Steve Atkins
Date:
Subject: Re: SELECT with REAL...