Re: [GENERAL] null as a value

From: Fandarel <fandarel(at)mail(dot)solisys(dot)com>
To: "Robert Campbell" <deterset(at)io(dot)com>
Cc: <pgsql-general(at)postgreSQL(dot)org>
Subject: Re: [GENERAL] null as a value
Date: 1998-07-16 06:03:16
Message-ID: 199807160603.CAA08112@hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Try:

select * from emplyee where the_date is null;

Matt

>How can I select columns with null values.
>
> select * from employee where the_date = null;
>
> This will not work. Any suggestions ?
>
>

Browse pgsql-general by date

  From Date Subject
Next Message Maarten Boekhold 1998-07-16 07:29:37 Re: [GENERAL] Different dB dir
Previous Message Robert Campbell 1998-07-16 04:52:53 null as a value