SELECT with REAL...

Поиск
Список
Период
Сортировка
От Philippe Ferreira
Тема SELECT with REAL...
Дата
Msg-id 43E67C6F.2080302@worldonline.fr
обсуждение исходный текст
Ответы Re: SELECT with REAL...
Re: SELECT with REAL...
Список 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.

В списке pgsql-general по дате отправления:

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: logging settings
Следующее
От: "John Tulodziecki"
Дата:
Сообщение: Array of Composite Type as Stored Procedure parameter.