Re: How to retrieve rows with empty value in numeric(12,8) columns

Поиск
Список
Период
Сортировка
От Adarsh Sharma
Тема Re: How to retrieve rows with empty value in numeric(12,8) columns
Дата
Msg-id 4EDDF424.1060009@orkash.com
обсуждение исходный текст
Ответ на How to retrieve rows with empty value in numeric(12,8) columns  (Adarsh Sharma <adarsh.sharma@orkash.com>)
Список pgsql-general
select * from table where lat=NULL;

Above query also returns 0 rows.

Thanks
Bèrto ëd Sèra wrote:
Hi,

haven't checked this personally, but first of all... what if they are simply stored as NULLs?

Bèrto

On 6 December 2011 13:39, Adarsh Sharma <adarsh.sharma@orkash.com> wrote:
Dear all,


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

Предыдущее
От: Adarsh Sharma
Дата:
Сообщение: How to retrieve rows with empty value in numeric(12,8) columns
Следующее
От: Adarsh Sharma
Дата:
Сообщение: Re: How to retrieve rows with empty value in numeric(12,8) columns