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 4EDDF5CE.3090501@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>)
Responses Re: How to retrieve rows with empty value in numeric(12,8) columns  (Raymond O'Donnell <rod@iol.ie>)
Re: How to retrieve rows with empty value in numeric(12,8) columns  (Alban Hertroys <haramrae@gmail.com>)
List pgsql-general
try
>
> select * from table where lat IS NULL;
>
> Bèrto
:-) It works, Thanks a lot Berto !

can you explain how it works or any link that explain the difference
between 2 queries.


Best regards
Adarsh

pgsql-general by date:

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