Re: How to retrieve rows with empty value in numeric(12,8) columns - Mailing list pgsql-general

From Adarsh Sharma
Subject Re: How to retrieve rows with empty value in numeric(12,8) columns
Date
Msg-id 4EDDF424.1060009@orkash.com
Whole thread Raw
In response to How to retrieve rows with empty value in numeric(12,8) columns  (Adarsh Sharma <adarsh.sharma@orkash.com>)
List 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 by date:

Previous
From: Adarsh Sharma
Date:
Subject: How to retrieve rows with empty value in numeric(12,8) columns
Next
From: Adarsh Sharma
Date:
Subject: Re: How to retrieve rows with empty value in numeric(12,8) columns